Skip to content

List My Offers

GET
/api/projects/offers/my
curl --request GET \
--url https://example.com/api/projects/offers/my

Return offers where current user is the assignee (offered_to_user_id). Filters by assignable states (offer/negotiating/accepted/confirmed/canceled/rejected) and is_latest=True. Excludes offers where the translator was selected (UserTargetLink exists). Keeps rejected offers visible so translator sees what happened in the negotiation.

Successful Response

Media typeapplication/json
Examplegenerated
example