getProject
GET/v1/projects/:project_id
Get a project
Request
Path Parameters
project_id stringrequired
Project ID
Responses
- 200
- 401
- 403
- 404
Project
- application/json
- Schema
- Example (from schema)
Schema
id stringrequired
organisation_id stringrequired
name stringrequired
created_at date-timerequired
updated_at date-timerequired
{
"id": "abcdefghijklmnopqrstuvwxyz",
"organisation_id": "abcdefghijklmnopqrstuvwxyz",
"name": "Development App",
"created_at": "2024-04-09T08:49:18.716Z",
"updated_at": "2024-04-09T08:49:18.716Z"
}
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
status integerrequired
reason stringrequired
description string
details object
property name* string[]
string
{
"status": 400,
"reason": "Reason",
"description": "string",
"details": {}
}
Forbidden
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
status integerrequired
reason stringrequired
description string
details object
property name* string[]
string
{
"status": 400,
"reason": "Reason",
"description": "string",
"details": {}
}
Resource not found
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
status integerrequired
reason stringrequired
description string
details object
property name* string[]
string
{
"status": 400,
"reason": "Reason",
"description": "string",
"details": {}
}
Loading...