Get File Acknowledgement Details API
This API is used to get the acknowledgement details of a file using the fileId.
Request URL:
https://people.zoho.com/api/files/acknowledgementDetails
Header:
Authorization: Zoho-oauthtoken 1000.8cb99dxxxxxxxx9be93.9b8xxxxxxf
Request Parameters:
Parameters | Values Allowed | Default Value | Paramter Description | Mandatory |
fileId | File ID of the file for which the acknowledgemetn details has to be fetched | Yes | ||
start | 0 | Start index of the records to fetch | No | |
limit | Limit for total number of records to fetch | No |
Threshold Limit: 30 requests | Lock period: 5 minutes
Threshold Limit - Number of API calls allowed within a minute.
Lock Period - Wait time before consecutive API requests.
Sample Request:
Copiedhttps://people.zoho.com/api/files/acknowledgementDetails?fileId=11118000001153413&start=0&limit=10
Header
CopiedAuthorization: Zoho-oauthtoken 1000.8cb99dxxxxxxxx9be93.9b8xxxxxxf
Response
Copied{
"response": {
"result": {
"FileDetail": {
"TotalCount": 7,
"isLoginUserAck": true,
"ackCount": 2,
"FILENAME": "Policy File"
},
"EmpDetails": [
{
"MODIFIEDTIME": "07-Nov-2024",
"EmpPhoto": "https://contacts.zoho.com/file?ID=752625871&fs=thumb",
"EmpId": "7",
"EmpName": "James"
},
{
"MODIFIEDTIME": "07-Nov-2024",
"EmpPhoto": "viewPhoto?filename=123",
"EmpId": "1",
"EmpName": "John"
}
]
},
"message": "Data fetched successfully",
"status": 0
}
}