curl --request GET \
--url https://api.gospott.com/custom-attributes/vacancy/definitions \
--header 'x-api-key: <api-key>'{
"items": [
{
"definition": {
"viewType": "customText"
},
"id": "<string>",
"label": "<string>",
"viewType": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"modifiedAt": "2023-11-07T05:31:56Z"
}
],
"pagination": {
"totalItems": 123,
"page": 123,
"hasNextPage": true
}
}Retrieve a paginated list of custom attribute definitions for jobs.
curl --request GET \
--url https://api.gospott.com/custom-attributes/vacancy/definitions \
--header 'x-api-key: <api-key>'{
"items": [
{
"definition": {
"viewType": "customText"
},
"id": "<string>",
"label": "<string>",
"viewType": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"modifiedAt": "2023-11-07T05:31:56Z"
}
],
"pagination": {
"totalItems": 123,
"page": 123,
"hasNextPage": true
}
}API key for authentication. Get your API key from Settings → API Keys in your Spott dashboard.
0 <= x <= 100001 <= x <= 100