Get fields
Use this method to get a list of fields for a specific catalog.
Please log in to see full path URL. Learn why.
get
/catalogs/1/catalogs/{catalogId}/fields
Authorizations:
Scopes:
Request rate limit:
5 requests / second (per account)
path Parameters
catalogId required | integer <int64> Catalog id. |
Responses
200
Successful Response
400
Bad Request
401
Unauthorized
403
Forbidden
404
Not Found
429
Too Many Requests
500
Internal Server Error
Request samples
- cURL
- Java
- C#
- Go
- Python
- PHP
- JavaScript
- NodeJs
- Ruby
Example
cURL
Copy
curl -L -g 'https://{baseUrl}/catalogs/1/catalogs/{catalogId}/fields' \ -H 'Authorization: {authorization}' \ -H 'Accept: application/json'
Response samples
- 200
- 400
- 401
- 403
- 404
- 429
- 500
Content type
application/json
Copy
Collapse all [- {
- "id": "8b00a8c6-5302-4fd0-a0cc-bb090b28ac34",
- "name": "Catalog field #1",
- "dataType": "TEXT",
- "isPredefined": false
}, - {
- "id": "17ceebe0-1900-479f-9432-7865a6c686b6",
- "name": "Catalog field #2",
- "dataType": "BOOLEAN",
- "isPredefined": false
}
]
Need assistance
Encountering issues
What's new? Check out
Unsure about a term? See