Last updated 1 month ago
Was this helpful?
Get available job templates
Results per page
The number of items to skip before starting to collect the result set
GET /v1/customer/jobs/templates HTTP/1.1 Host: api.bytenite.com Authorization: YOUR_API_KEY Accept: */*
A successful response.
{ "pagination": { "total": 1, "offset": 1, "hasPrevious": true, "hasNext": true }, "data": [ { "id": "text", "owner": "text", "description": "text", "app": "text", "partitioner": "text", "assembler": "text" } ] }