Organization Projects (0.0.19)
Download OpenAPI specification:Download
Page of organizations Deprecated
Page of all the organizations of the authorized requester
Authorizations:
query Parameters
resourceId | string Default: "" The resourceId of the project that you want to return |
all | boolean Default: false Whether to return all or filter based on other query parameters |
size | integer <int> [ 5 .. 100 ] Default: 20 The number of items to return per page |
page | integer <int> >= 0 Default: 0 The page number that you want to return |
sort | Array of strings Example: sort=name,name,asc,name,desc The sort order that you want to return. You can specify one or more comma-separated sort keys, each followed by
an optional sort direction of either If you want to sort in descending order, append Examples of valid sort query parameters include:
|
Responses
Response samples
- 200
{- "contentType": "OrganizationPage"
}
Create organization Deprecated
Create new organization
Authorizations:
query Parameters
assignAuthenticatedUser | boolean Default: true Flag to assign the authenticated user to the new organization |
Request Body schema: application/json
id | integer <int64> |
name | string |
organizationID | string |
resourceId | string |
resourceUUID | string |
Responses
Request samples
- Payload
{- "id": 0,
- "name": "string",
- "organizationID": "string",
- "resourceId": "string",
- "resourceUUID": "string"
}
Response samples
- 201
{- "id": 0,
- "name": "string",
- "organizationID": "string",
- "resourceId": "string",
- "resourceUUID": "string"
}
Get organization Deprecated
Get an organization by its Id
Authorizations:
path Parameters
organizationId required | string The id of the organization that you want to perform the action on |
Responses
Response samples
- 200
{- "id": 0,
- "name": "string",
- "organizationID": "string",
- "resourceId": "string",
- "resourceUUID": "string"
}
Set organization image Deprecated
Set organization image
Authorizations:
path Parameters
organizationId required | string The id of the organization that you want to perform the action on |
Request Body schema: application/json
data | string |
format | string |
Responses
Request samples
- Payload
{- "data": "string",
- "format": "string"
}
Page of projects in organization Deprecated
Page of all the projects of the authorized requester in specified organization
Authorizations:
query Parameters
organization required | string Retrieve all the projects from the organization with |
resourceId | string Default: "" The resourceId of the project that you want to return |
size | integer <int> [ 5 .. 100 ] Default: 20 The number of items to return per page |
page | integer <int> >= 0 Default: 0 The page number that you want to return |
sort | Array of strings Example: sort=name,name,asc,name,desc The sort order that you want to return. You can specify one or more comma-separated sort keys, each followed by
an optional sort direction of either If you want to sort in descending order, append Examples of valid sort query parameters include:
|
Responses
Response samples
- 200
{- "contentType": "ProjectPage"
}
Create project in organization Deprecated
Create new project in an organization
Authorizations:
Request Body schema: application/json
id | integer <int64> |
name | string |
object (Organization) | |
projectID | string |
resourceId | string |
resourceUUID | string |
Responses
Request samples
- Payload
{- "id": 0,
- "name": "string",
- "organization": {
- "id": 0,
- "name": "string",
- "organizationID": "string",
- "resourceId": "string",
- "resourceUUID": "string"
}, - "projectID": "string",
- "resourceId": "string",
- "resourceUUID": "string"
}
Response samples
- 201
{- "id": 0,
- "name": "string",
- "organization": {
- "id": 0,
- "name": "string",
- "organizationID": "string",
- "resourceId": "string",
- "resourceUUID": "string"
}, - "projectID": "string",
- "resourceId": "string",
- "resourceUUID": "string"
}
Get project Deprecated
Get a project by its ID
Authorizations:
path Parameters
projectId required | string The id of the project that you want to perform the action on |
Responses
Response samples
- 200
{- "id": 0,
- "name": "string",
- "organization": {
- "id": 0,
- "name": "string",
- "organizationID": "string",
- "resourceId": "string",
- "resourceUUID": "string"
}, - "projectID": "string",
- "resourceId": "string",
- "resourceUUID": "string"
}