English
cURL
curl --request GET \ --url https://cloud.memsource.com/web/api2/v1/customFields/{fieldUid}/options
{ "totalElements": 123, "totalPages": 123, "pageSize": 123, "pageNumber": 123, "numberOfElements": 123, "content": [ { "uid": "<string>", "value": "<string>", "deprecated": true, "used": true } ], "sort": { "orders": [ { "direction": "ASC", "property": "<string>" } ] } }
Page number, starting with 0, default 0
x >= 0
Page size, accepts values between 1 and 50, default 50
1 <= x <= 50
Filter by option name
Sort by this field
NAME
Sort direction
ASC
DESC
successful operation
Show child attributes
Was this page helpful?