Get Projects by Organization Id
GET/organizations/:organizationId/projects
This operation allows to get a page of Project by organizationId
Request
Path Parameters
Possible values: Value must match regular expression [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}
organization id
Query Parameters
Limit of the page
Offset of the page
Responses
- 200
- 400
- 401
- 403
- 404
- 500
ok
Response Headers
X-Total-Count
integer
total count of projects
X-Result-Count
integer
projects result count
- application/json
- Schema
- Example (from schema)
Schema
Possible values: Value must match regular expression \S
project name
Possible values: Value must match regular expression [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}
organization UUID associated to project
installedOffer
object
installed offer associated to project
Possible values: Value must match regular expression \S
installed offer code
Possible values: Value must match regular expression \S
installed offer name
Possible values: Value must match regular expression [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}
project UUID
ban id
{
"name": "string",
"organizationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"installedOffer": {
"code": "string",
"name": "string"
},
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"banId": 0
}
bad request
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
bad request code
bad request message
bad request status
bad request title
violations
object[]
bad request violations
violated field name
error message
{
"code": 0,
"message": "string",
"status": 0,
"title": "string",
"violations": [
{
"field": "string",
"message": "string"
}
]
}
unauthorized access
- application/json
- Schema
- Example (from schema)
Schema
error code
error message
error description
{
"code": 0,
"message": "string",
"description": "string"
}
forbidden access
- application/json
- Schema
- Example (from schema)
Schema
error code
error message
error description
{
"code": 0,
"message": "string",
"description": "string"
}
not found
- application/json
- Schema
- Example (from schema)
Schema
error code
error message
error description
{
"code": 0,
"message": "string",
"description": "string"
}
internal error
- application/json
- Schema
- Example (from schema)
Schema
error code
error message
error description
{
"code": 0,
"message": "string",
"description": "string"
}