Get Documents
This endpoint fetch lsit of all the documents based on given query parameters.
Responses
-
Success Response
-
The client request has not been completed because it lacks valid authentication credentials for the requested resource.
-
The client does not have access rights to the content.
-
The request method is known by the server but is not supported by the target resource.
GET /api/v1.0/docs
curl \
-X GET https://openapi.niftypm.com/api/v1.0/docs?project_id=string&task_id=string \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"items": [
{
"id": "string",
"name": "string",
"access_type": "string",
"type": "string",
"subtype": "string",
"external_id": "string",
"content": {},
"author": "string",
"project_id": "string",
"tasks": [
"string"
],
"archived": true,
"members": [
{
"id": "string",
"permission": "string",
"is_author": true,
"active": true,
"last_seen": "2023-05-04T09:42:00+00:00",
"last_edited": "2023-05-04T09:42:00+00:00"
}
],
"discussion_keys": [
"string"
],
"public_token": "string",
"share_token": "string",
"created_at": "2023-05-04T09:42:00+00:00",
"comments": 42.0,
"hasAccess": true,
"labels": [
"string"
],
"folder": "string",
"order": 42.0,
"multipage": true,
"parent_doc_id": "string"
}
],
"hasMore": false
}
Response examples (200)
{
"items": [
{
"id": "string",
"name": "string",
"access_type": "string",
"type": "string",
"subtype": "string",
"external_id": "string",
"content": {},
"author": "string",
"project_id": "string",
"tasks": [
"string"
],
"archived": true,
"members": [
{
"id": "string",
"permission": "string",
"is_author": true,
"active": true,
"last_seen": "2024-05-04T09:42:00+00:00",
"last_edited": "2024-05-04T09:42:00+00:00"
}
],
"discussion_keys": [
"string"
],
"public_token": "string",
"share_token": "string",
"created_at": "2024-05-04T09:42:00+00:00",
"comments": 42.0,
"hasAccess": true,
"labels": [
"string"
],
"folder": "string",
"order": 42.0,
"multipage": true,
"parent_doc_id": "string"
}
],
"hasMore": false
}