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/
Request
In Yellow Dog, the user is able to configure the Names that are used on buttons to make the user interface more friendly for their particular use. This endpoint will display the values of these name changes.
Common examples of this are:
- Dimension 1 is named Size in the Yellow Dog Interface, Dimension 1 (Size) will be index 0 of the dimensions array.
- Flag is named Location
Security
Auth API User Token
- Production server
https://fetch.yellowdogsoftware.com/api/v3/metainfo
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://fetch.yellowdogsoftware.com/api/v3/metainfo \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'
Response
application/json
{ "dimensions": [ "string" ], "genericInterfacesCodes": [ "string" ], "genericInterfacesLevels": [ "string" ], "levels": [ "string" ], "webItemFlags": [ "string" ], "store": "string", "manufacturer": "string", "vendor": "string", "flag": "string" }