Статья создана
Get entries permissions
Returns permissions for the specified DataLens entries.
Request
POST
https://api.datalens.tech/rpc/getEntriesPermissions
Headers
|
Name |
Description |
|
x-dl-api-version |
Type: string API version header. Const: Example: |
Body
application/json
{
"entryIds": [
"example"
]
}
|
Name |
Description |
|
entryIds |
Type: string[] IDs of the entries to check permissions for. Example
|
Responses
200 OK
Response
Body
application/json
{}
|
Name |
Description |
||||||||||||
|
[additional] |
Any of 2 types
Example
|