- General
- Endpoints
Retrieve Single Collection
GET
/collection/{collection_id}
Collection
Request
Path Params
collection_id
string <uuid>
required
Query Params
include
array[string]
deprecated
deprecated
This include is considered deprecated, and will be removed in the future.
To obtain the same data assource
usewith
with the following:order.address order.order_rows.item order.relation order.project order.warehouse order.order_rows.supplies_order_rows.order order.order_rows.receives_order_rows.order order.supplies_order_rows.order.relation order.orderRows.receives_order
Allowed value:
source
with
array[string]
optional
Allowed values:
activitiesattachmentscardscommentslabelsorderfollowerschecklists
show
stringÂ
optional
hide
stringÂ
optional
Header Params
x-api-key
stringÂ
required
Default:
{{x-api-key}}
x-api-env
stringÂ
required
Default:
{{x-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/collection/?show=&hide=' \
--header 'x-api-key;' \
--header 'x-api-env;'
Responses
đŸŸ¢200Ok
application/json
Body
id
string <uuid>
read-onlyoptional
name
stringÂ
optional
Example:
Order 10199
description
string  | nullÂ
optional
Example:
3x Chair Lissabon
start
string <date> | nullÂ
read-onlyoptional
Example:
2020-01-02
end
string <date> | nullÂ
read-onlyoptional
Example:
2020-08-13
due_date
string <date> | nullÂ
optional
Example:
2020-01-02
meta
object  | nullÂ
read-onlyoptional
Example:
{"bar":"foo","baz":"quux"}
Additional properties
stringÂ
optional
position
integer  | nullÂ
read-onlyoptional
null
Example:
13
source_type
enum<string>Â
read-onlyoptional
Allowed values:
customorderclone
Default:
custom
status
enum<string>Â
optional
WARNING
ignored
to not_planned
or from not_planned
to ignored
.Allowed values:
plannednot_plannedignored
Example:
not_planned
progress
enum<string>Â
read-onlyoptional
Allowed values:
openpartialdone
Example:
open
warnings
array[string]
read-onlyoptional
Example:
[]
custom_fields
array[object (CustomField) {13}]Â
required
id
string <uuid>
read-onlyoptional
name
stringÂ
optional
Example:
Weight
type
enum<string>Â
optional
Allowed values:
textnumberdatecheckboxemaillinkphonelistselectaddressdrawingtextareausers
Default:
text
Example:
number
scope
enum<string>Â
optional
Allowed values:
collectioncard
priority
integerÂ
required
Example:
0
value
string  | integer  | boolean  | array  | number  | object  | nullÂ
optional
drawing_id
string <uuid>
optional
components
object (CustomFieldOptionsAddress)Â
optional
list
array [object {3}]Â
optional
selected
objectÂ
optional
options
optional
number
, select
or list
typescreated_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
board_id
string <uuid>
required
cover_image_url
string <uri> | nullÂ
optional
cover_image_signature
string  | nullÂ
read-onlyoptional
cover_image_bytes
integerÂ
read-onlyoptional
>= 0
cover_color_hex
string  | nullÂ
optional
Examples:
#FFF#8d46e0
Match pattern:
^#([A-Fa-f0-9]{3}){1,2}$
external_ref
string  | nullÂ
read-onlyoptional
Example:
fb1033a2ed70
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": "Order 10199",
"description": "3x Chair Lissabon",
"start": "2020-01-02",
"end": "2020-08-13",
"due_date": "2020-01-02",
"meta": {
"bar": "foo",
"baz": "quux"
},
"position": 13,
"source_type": "custom",
"status": "planned",
"progress": "open",
"warnings": [],
"custom_fields": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "Weight",
"type": "text",
"scope": "collection",
"priority": 0,
"value": "string",
"drawing_id": "19ba6f6f-3365-4d74-bdc5-b3df4072c0ab",
"components": {
"latitude": 52.3156048,
"longitude": 6.496432,
"country": "Netherlands",
"city": "Rijssen",
"postal_code": "7462TB",
"street1": "Hogepad 83",
"street2": "Second floor"
},
"list": [
{
"name": "string",
"value": "string",
"color": "transparent"
}
],
"selected": {
"name": "string",
"value": "string",
"color": ""
},
"options": {
"unit": "kg",
"align": "left",
"decimals": 2
},
"created_at": "2024-04-11T10:22:15Z",
"updated_at": "2024-04-11T10:22:15Z"
}
],
"board_id": "75e8c400-2dbc-43a3-9af4-ff9e6c099385",
"cover_image_url": "http://example.com",
"cover_image_signature": "string",
"cover_image_bytes": 0,
"cover_color_hex": "#FFF",
"external_ref": "fb1033a2ed70",
"created_at": "2024-04-11T10:22:15Z",
"updated_at": "2024-04-11T10:22:15Z"
}
đŸŸ 404Not Found
đŸŸ 401Not Logged In
Modified at 2025-05-26 13:17:47