v1

latestOpenAPI 3.0.02026-08-061280285.2 KB
Job APIs

Lists all job remote status.

get/api/external/job-remote-status/list

Headers

RF-Api-Keystring

Response

Auto generated using Swagger Inspector

{"stackTrail":"paths:/api/external/job-remote-status/list:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown","example":{"data":[{"id":3,"name":"Hybrid"},{"id":2,"name":"Not Remote"},{"id":1,"name":"Remote"}]}}

Example response

{
  "data": [
    {
      "id": 3,
      "name": "Hybrid"
    },
    {
      "id": 2,
      "name": "Not Remote"
    },
    {
      "id": 1,
      "name": "Remote"
    }
  ]
}