ProjectResponse
Project Response🔗
Description🔗
This object is returned by the listing method of Project Service and as such contains owned and shared projects. In case of checking for updates a list of deleted projects is also contained.
Fields🔗
Parameter Name | Type | Description |
---|---|---|
projects | List of Project objects | List of projects available to the user. See description of Project. |
deleted | List of strings | (Optional) List of project identifiers that are no longer shared or owned by the user. |
Examples🔗
{
"projects": [
{
"id": "030d217148364d9d8c64a74fa11e09b0",
"name": "manager",
...
}
],
"deleted": [ "421a679300b37269504a74fa1187432" ]
}