Retrieve a single Project
Request
limit the response to show only specific properties, see show & hide for more info hide properties from the response, see show & hide for more info Example:created_at,updated_at
Request samples
curl --location --request GET 'https://api.vplan.com/v1/project/' \
--header 'x-api-key;' \
--header 'x-api-env;'
Responses
application/json description
string  | nullÂ
optionaltransaction
string  | nullÂ
optionalexternal_ref
string  | nullÂ
read-onlyoptionalThird-party reference of the object, for informational purposes only
created_at
string <date-time>
read-onlyoptionalDate and time of creation
Example:2024-04-11T10:22:15Z
updated_at
string <date-time>
read-onlyoptionalDate and time of last update
Example:2024-04-11T10:22:15Z
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"description": "string",
"code": "string",
"transaction": "string",
"external_ref": "fb1033a2ed70",
"created_at": "2024-04-11T10:22:15Z",
"updated_at": "2024-04-11T10:22:15Z"
}
Modified at 2024-10-04 09:04:55