Tag Profiles
Get All Tag Profiles
GET [ENADOC_URL] /api/v3/tagprofiles
Pre-requisites from Enadoc - You must have created tag profile/s under any of the accessible libraries. Tag profiles are required to upload documents from different security levels and document permission.
Headers
Authorization
string
Type - Bearer Access token should be sent in request headers
[
{
"id": 26,
"name": "General Tag profile",
"libraryId": "1",
"libraryName": "Genaral",
"color": "a65a72",
"isDefault": "False"
}
]Errors:
Error code
Error
Error description
Reason
002.000
No tag profiles
User has no permission or no assigned any tag profile
No tag profile created
No tag profile assigned for requester
Requester does not have permission for any tag profile
Get Specific Tag Profile
GET [ENADOC_URL] /api/v3/tagprofiles/{tagprofileid}
Pre-requisites from Enadoc: You must have created tag profile/s under any of the accessible libraries.
Path Parameters
tagprofileid
integer
Tag Profile Id
Headers
Authorization
string
Type - Bearer Access token should be sent in request header
Error:
Error code
Error
Error description
Reason
002.000
No tag profiles
User has no permission or no assigned any tag profile
No tag profile created
No tag profile assigned for requester
Requester does not have permission for any tag profile
002.001
Invalid tag profile id
Tag profile id is invalid
Requester sent invalid tag profile id
Last updated
Was this helpful?