- General
- Endpoints
Retrieve Single Stage
GET
/stage/{stage_id}
Stage
Request
Path Params
stage_id
string <uuid>
write-onlyrequired
Query Params
show
string
optional
hide
string
optional
Header Params
x-api-key
string
required
Default:
{{api_key}}
x-api-env
string
required
Default:
{{api_env}}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.vplan.com/v1/stage/?show=&hide=' \
--header 'x-api-key;' \
--header 'x-api-env;'
Responses
🟢200Ok
application/json
Body
id
string <uuid>
read-onlyoptional
name
string
optional
priority
integer
optional
capacity_notification
boolean
optional
capacity_notification_min
integer
optional
capacity_notification_max
integer
optional
delay_day
integer
optional
efficiency
integer
optional
independent
boolean
optional
board_id
string <uuid>
optional
created_at
string <date-time>
read-onlyoptional
Example:
2024-04-11T10:22:15Z
updated_at
string <date-time>
read-onlyoptional
Example:
2024-04-11T10:22:15Z
Example
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"priority": 0,
"capacity_notification": true,
"capacity_notification_min": 0,
"capacity_notification_max": 0,
"delay_day": 0,
"efficiency": 0,
"independent": true,
"board_id": "75e8c400-2dbc-43a3-9af4-ff9e6c099385",
"created_at": "2024-04-11T10:22:15Z",
"updated_at": "2024-04-11T10:22:15Z"
}
🟠404Not Found
🟠401Not Logged In
Modified at 2024-10-04 09:04:55