Функция требует авторизации
Описание - Возвращает подробные сведения о проекте с указанным в запросе ИД
Параметры
Имя | Описание | Тип | Пример |
id
отправка в url
|
ИД проекта | число | 1234 |
Возвращает - Проект
Пример ответа
application/json
{ "status": 0, "response": { "canEdit": false, "canDelete": false, "security": null, "projectFolder": 13234, "id": 10, "title": "Sample Title", "description": "Sample description", "status": 0, "responsible": { "id": "00000000-0000-0000-0000-000000000000", "displayName": "Mike Zanyatski", "title": "Manager", "avatarSmall": "url to small avatar", "profileUrl": "" }, "isPrivate": false, "taskCount": 0, "taskCountTotal": 0, "milestoneCount": 0, "discussionCount": 0, "participantCount": 0, "timeTrackingTotal": null, "documentsCount": 0, "isFollow": false, "updatedBy": { "id": "00000000-0000-0000-0000-000000000000", "displayName": "Mike Zanyatski", "title": "Manager", "avatarSmall": "url to small avatar", "profileUrl": "" }, "created": "2020-12-07T09:21:30.0540769Z", "createdBy": { "id": "00000000-0000-0000-0000-000000000000", "displayName": "Mike Zanyatski", "title": "Manager", "avatarSmall": "url to small avatar", "profileUrl": "" }, "updated": "2020-12-07T09:21:30.0540769Z" } }
text/xml
<result> <status>0</status> <response> <canEdit>false</canEdit> <canDelete>false</canDelete> <security /> <projectFolder>13234</projectFolder> <id>10</id> <title>Sample Title</title> <description>Sample description</description> <status>0</status> <responsible> <id>00000000-0000-0000-0000-000000000000</id> <displayName>Mike Zanyatski</displayName> <title>Manager</title> <avatarSmall>url to small avatar</avatarSmall> <profileUrl></profileUrl> </responsible> <isPrivate>false</isPrivate> <taskCount>0</taskCount> <taskCountTotal>0</taskCountTotal> <milestoneCount>0</milestoneCount> <discussionCount>0</discussionCount> <participantCount>0</participantCount> <timeTrackingTotal /> <documentsCount>0</documentsCount> <isFollow>false</isFollow> <updatedBy> <id>00000000-0000-0000-0000-000000000000</id> <displayName>Mike Zanyatski</displayName> <title>Manager</title> <avatarSmall>url to small avatar</avatarSmall> <profileUrl></profileUrl> </updatedBy> <created>2020-12-07T09:21:30.0540769Z</created> <createdBy> <id>00000000-0000-0000-0000-000000000000</id> <displayName>Mike Zanyatski</displayName> <title>Manager</title> <avatarSmall>url to small avatar</avatarSmall> <profileUrl></profileUrl> </createdBy> <updated>2020-12-07T09:21:30.0540769Z</updated> </response> </result>
Комментарии
0 комментариев
Статья закрыта для комментариев.