Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.example.com/api/CustomField/Search \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json-patch+json' \ --data ' { "search": "<string>", "sortBy": "<string>", "descending": true } '
{ "list": [ { "name": "<string>", "id": 123, "displayName": "<string>", "isEnabled": true, "options": [ "<string>" ], "createDateTimeUtc": "2023-11-07T05:31:56Z", "createdByUser": "<string>", "modifiedDateTimeUtc": "2023-11-07T05:31:56Z", "modifiedByUser": "<string>" } ], "total": 123 }
OK
Show child attributes
Was this page helpful?