Skip to content

Commit 22437ce

Browse files
Automated build docs: 2026-01-21 21:31:53
1 parent 2422343 commit 22437ce

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

defs/asana_oas.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31230,6 +31230,7 @@ paths:
3123031230
<b>Required scope: </b><code>projects:read</code>
3123131231

3123231232
Returns the compact project records for all projects in the team.
31233+
*Deprecated: This endpoint is deprecated. Use `GET /memberships` with `member` set to the team GID and `resource_subtype` set to `project_membership` to fetch projects shared with a team.*
3123331234
tags:
3123431235
- Projects
3123531236
operationId: getProjectsForTeam
@@ -31531,6 +31532,7 @@ paths:
3153131532
$ref: '#/components/responses/NotFound'
3153231533
500:
3153331534
$ref: '#/components/responses/InternalServerError'
31535+
deprecated: true
3153431536
security:
3153531537
- personalAccessToken: []
3153631538
- oauth2:
@@ -32090,7 +32092,7 @@ paths:
3209032092
<b>Required scope: </b><code>projects:read</code>
3209132093

3209232094
Returns the compact project records for all projects in the workspace.
32093-
*Note: This endpoint may timeout for large domains. Prefer the `/teams/{team_gid}/projects` endpoint.*
32095+
*Note: This endpoint may timeout for large domains. To fetch projects shared with a specific team, use `GET /memberships` with `member` set to the team GID and `resource_subtype` set to `project_membership`.*
3209432096
tags:
3209532097
- Projects
3209632098
operationId: getProjectsForWorkspace

defs/asana_postman_collection.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43316,7 +43316,7 @@
4331643316
},
4331743317
"body": null,
4331843318
"description": {
43319-
"content": "<b>Required scope: </b><code>projects:read</code>\n\nReturns the compact project records for all projects in the team.\n\n## Response Body:\n\n| Field | Type | Enum Values | Description |\n|-------|------|-------------|-------------|\n| `data` | array[object] | | |\n| `data[].gid` | string | | Globally unique identifier of the resource, as a string. |\n| `data[].resource_type` | string | | The base type of this resource. |\n| `data[].name` | string | | Name of the project. This is generally a short sentence fragment that fits on a line in the UI for maximum readability. However, it can be longer. |\n| `next_page` | object | | *Conditional*. This property is only present when a limit query parameter is provided in the request. When making a paginated request, the API will return a number of results as specified by the limit parameter. If more results exist, then the response will contain a next_page attribute, which will include an offset, a relative path attribute, and a full uri attribute. If there are no more pages available, next_page will be null and no offset will be provided. Note that an offset token will expire after some time, as data may have changed. |\n| `next_page.offset` | string | | Pagination offset for the request. |\n| `next_page.path` | string | | A relative path containing the query parameters to fetch for next_page |\n| `next_page.uri` | string(uri) | | A full uri containing the query parameters to fetch for next_page |",
43319+
"content": "<b>Required scope: </b><code>projects:read</code>\n\nReturns the compact project records for all projects in the team.\n*Deprecated: This endpoint is deprecated. Use `GET /memberships` with `member` set to the team GID and `resource_subtype` set to `project_membership` to fetch projects shared with a team.*\n\n## Response Body:\n\n| Field | Type | Enum Values | Description |\n|-------|------|-------------|-------------|\n| `data` | array[object] | | |\n| `data[].gid` | string | | Globally unique identifier of the resource, as a string. |\n| `data[].resource_type` | string | | The base type of this resource. |\n| `data[].name` | string | | Name of the project. This is generally a short sentence fragment that fits on a line in the UI for maximum readability. However, it can be longer. |\n| `next_page` | object | | *Conditional*. This property is only present when a limit query parameter is provided in the request. When making a paginated request, the API will return a number of results as specified by the limit parameter. If more results exist, then the response will contain a next_page attribute, which will include an offset, a relative path attribute, and a full uri attribute. If there are no more pages available, next_page will be null and no offset will be provided. Note that an offset token will expire after some time, as data may have changed. |\n| `next_page.offset` | string | | Pagination offset for the request. |\n| `next_page.path` | string | | A relative path containing the query parameters to fetch for next_page |\n| `next_page.uri` | string(uri) | | A full uri containing the query parameters to fetch for next_page |",
4332043320
"type": "text/markdown"
4332143321
}
4332243322
},
@@ -44500,7 +44500,7 @@
4450044500
},
4450144501
"body": null,
4450244502
"description": {
44503-
"content": "<b>Required scope: </b><code>projects:read</code>\n\nReturns the compact project records for all projects in the workspace.\n*Note: This endpoint may timeout for large domains. Prefer the `/teams/{team_gid}/projects` endpoint.*\n\n## Response Body:\n\n| Field | Type | Enum Values | Description |\n|-------|------|-------------|-------------|\n| `data` | array[object] | | |\n| `data[].gid` | string | | Globally unique identifier of the resource, as a string. |\n| `data[].resource_type` | string | | The base type of this resource. |\n| `data[].name` | string | | Name of the project. This is generally a short sentence fragment that fits on a line in the UI for maximum readability. However, it can be longer. |\n| `next_page` | object | | *Conditional*. This property is only present when a limit query parameter is provided in the request. When making a paginated request, the API will return a number of results as specified by the limit parameter. If more results exist, then the response will contain a next_page attribute, which will include an offset, a relative path attribute, and a full uri attribute. If there are no more pages available, next_page will be null and no offset will be provided. Note that an offset token will expire after some time, as data may have changed. |\n| `next_page.offset` | string | | Pagination offset for the request. |\n| `next_page.path` | string | | A relative path containing the query parameters to fetch for next_page |\n| `next_page.uri` | string(uri) | | A full uri containing the query parameters to fetch for next_page |",
44503+
"content": "<b>Required scope: </b><code>projects:read</code>\n\nReturns the compact project records for all projects in the workspace.\n*Note: This endpoint may timeout for large domains. To fetch projects shared with a specific team, use `GET /memberships` with `member` set to the team GID and `resource_subtype` set to `project_membership`.*\n\n## Response Body:\n\n| Field | Type | Enum Values | Description |\n|-------|------|-------------|-------------|\n| `data` | array[object] | | |\n| `data[].gid` | string | | Globally unique identifier of the resource, as a string. |\n| `data[].resource_type` | string | | The base type of this resource. |\n| `data[].name` | string | | Name of the project. This is generally a short sentence fragment that fits on a line in the UI for maximum readability. However, it can be longer. |\n| `next_page` | object | | *Conditional*. This property is only present when a limit query parameter is provided in the request. When making a paginated request, the API will return a number of results as specified by the limit parameter. If more results exist, then the response will contain a next_page attribute, which will include an offset, a relative path attribute, and a full uri attribute. If there are no more pages available, next_page will be null and no offset will be provided. Note that an offset token will expire after some time, as data may have changed. |\n| `next_page.offset` | string | | Pagination offset for the request. |\n| `next_page.path` | string | | A relative path containing the query parameters to fetch for next_page |\n| `next_page.uri` | string(uri) | | A full uri containing the query parameters to fetch for next_page |",
4450444504
"type": "text/markdown"
4450544505
}
4450644506
},

defs/asana_sdk_oas.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53401,6 +53401,7 @@ paths:
5340153401
<b>Required scope: </b><code>projects:read</code>
5340253402

5340353403
Returns the compact project records for all projects in the team.
53404+
*Deprecated: This endpoint is deprecated. Use `GET /memberships` with `member` set to the team GID and `resource_subtype` set to `project_membership` to fetch projects shared with a team.*
5340453405
tags:
5340553406
- Projects
5340653407
operationId: getProjectsForTeam
@@ -53691,6 +53692,7 @@ paths:
5369153692
$ref: '#/components/responses/NotFound'
5369253693
500:
5369353694
$ref: '#/components/responses/InternalServerError'
53695+
deprecated: true
5369453696
security:
5369553697
- oauth2:
5369653698
- projects:read
@@ -54005,7 +54007,7 @@ paths:
5400554007
<b>Required scope: </b><code>projects:read</code>
5400654008

5400754009
Returns the compact project records for all projects in the workspace.
54008-
*Note: This endpoint may timeout for large domains. Prefer the `/teams/{team_gid}/projects` endpoint.*
54010+
*Note: This endpoint may timeout for large domains. To fetch projects shared with a specific team, use `GET /memberships` with `member` set to the team GID and `resource_subtype` set to `project_membership`.*
5400954011
tags:
5401054012
- Projects
5401154013
operationId: getProjectsForWorkspace

0 commit comments

Comments
 (0)