Fetch API (v3.0: 3.25.0.4)
For differences between versions, see Changelog.
Overview
API Support Group
Languages
Servers
Production server
https://fetch.yellowdogsoftware.com/api/v3/
Query
Page Number for the result set.
This is expected to be an integer value greater than 0. Defaults to 1 when not passed in.
For more information see the Getting Started Section for Pagination.
Page Size
- Default page size: 100
- Max page size: 500
This is expected to be an integer value greater than 0. Defaults to 100 when not passed in.
For more information see the Getting Started Section for Pagination.
- Production server
https://fetch.yellowdogsoftware.com/api/v3/productiongroups
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://fetch.yellowdogsoftware.com/api/v3/productiongroups?Filter=string&PageNumber=0&PageSize=0&Expand=string&OrderBy=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'
Response
application/json
[ { "productionGroupID": "f942ae99-5c88-4145-be4f-789be58a28d9", "code": "string", "description": "string", "rowUpdated": "2019-08-24T14:15:22Z" } ]