Projects
See the list of all available HTTP methods for this resource at end of this page.
Resource Representation
{
"created": "2019-12-15T23:45:32.000Z",
"createdBy": {
"id": "4975a794-26b0-47a9-b953-a57bb2dc5719",
"name": "foo"
},
"id": "def751d7-eccd-4f94-952e-f62988cef786",
"name": "My First Project",
"type": "DEFAULT",
"updated": "2020-12-15T23:45:32.000Z",
"updatedBy": {
"id": "c8bc0a6a-13bb-49ad-9fcd-60a9a0c4b411",
"name": "bar"
}
}
Name | Type | Description |
---|---|---|
created | date (in ISO-8601 format) | Creation date and time of the project. |
createdBy.id | string | Unique identifier of the user who created the project. |
createdBy.name | string | Name of the user who created the project. |
id | string | Unique identifier of the project. |
name | string | Name of the project. |
type | number | Type of the project. Possible values: DEFAULT, ENGINE, MODELER, or CATALOG. |
updated | date (in ISO-8601 format) | Date and time when the project was last updated. |
updatedBy.id | string | Unique identifier of the user who last updated the project. |
updatedBy.name | string | Name of the user who last updated the project. |