ApplicationPermissions
Get details of a specific application permission
Unique identifier of the resource
1
Application permission details
Forbidden
The given resource or object was not found or does not exist.
GET /api/v1/application_permissions/{id}/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
{
"pk": 1,
"name": "Instore application permission for store staff",
"path": "/test/path",
"label": "update",
"parent": 2,
"application": 1,
"created_date": "2025-08-30T04:04:15.644Z",
"modified_date": "2025-08-30T04:04:15.644Z"
}
Updates an existing Application Permission object.
Unique identifier of the resource
1
The name of the application permission.
Instore application permission for store staff
The path of the application permission.
/test/path
The label of the application permission.
update
Unique identifier for the parent application permission.
2
Unique identifier for the related application.
1
Application Permission Updated
Required field(s) are missing, data is invalid, or the action is not allowed.
Unauthorized Access
The given resource or object was not found or does not exist.
PUT /api/v1/application_permissions/{id}/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 121
{
"name": "Instore application permission for store staff",
"path": "/test/path",
"label": "update",
"parent": 2,
"application": 1
}
{
"pk": 1,
"name": "Instore application permission for store staff",
"path": "/test/path",
"label": "update",
"parent": 2,
"application": 1,
"created_date": "2025-08-30T04:04:15.644Z",
"modified_date": "2025-08-30T04:04:15.644Z"
}
Deletes an existing Application Permission object.
Unique identifier of the resource
1
Application Permission Deleted
No content
Required field(s) are missing, data is invalid, or the action is not allowed.
Unauthorized Access
The given resource or object was not found or does not exist.
Server Error
DELETE /api/v1/application_permissions/{id}/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
No content
Partially updates an existing Application Permission object.
Unique identifier of the resource
1
The name of the application permission.
Instore application permission for store staff
The path of the application permission.
/test/path
The label of the application permission.
update
Unique identifier for the parent application permission.
2
Unique identifier for the related application.
1
Application Permission Partially Updated
Required field(s) are missing, data is invalid, or the action is not allowed.
Unauthorized Access
The given resource or object was not found or does not exist.
PATCH /api/v1/application_permissions/{id}/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 121
{
"name": "Instore application permission for store staff",
"path": "/test/path",
"label": "update",
"parent": 2,
"application": 1
}
{
"pk": 1,
"name": "Instore application permission for store staff",
"path": "/test/path",
"label": "update",
"parent": 2,
"application": 1,
"created_date": "2025-08-30T04:04:15.644Z",
"modified_date": "2025-08-30T04:04:15.644Z"
}
Get detailed information of a specific application permission
Unique identifier of the resource
1
Detailed application permission details
Forbidden
The given resource or object was not found or does not exist.
GET /api/v1/application_permissions/{id}/detailed/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
{
"pk": 1,
"name": "Instore application permission for store staff",
"path": "/test/path",
"label": "update",
"parent": {
"pk": 1,
"name": "Instore application permission for store staff",
"path": "/test/path",
"label": "update",
"parent": 2,
"application": 1,
"created_date": "2025-08-30T04:04:15.644Z",
"modified_date": "2025-08-30T04:04:15.644Z"
},
"application": 1,
"created_date": "2025-08-30T04:04:15.644Z",
"modified_date": "2025-08-30T04:04:15.644Z"
}
Get a list of all application permissions
Specifies the page number of the current dataset
1
Indicates the number of rows on the current page.
10
Filters by name
Filter by application ID.
Filter by path
Filter by parent product ID.
The display label of the attribute value
Color
List of application permissions
Forbidden
GET /api/v1/application_permissions/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
{
"count": 0,
"next": "text",
"previous": "text",
"results": [
{
"created_date": "2025-08-30T04:04:15.644Z",
"modified_date": "2025-08-30T04:04:15.644Z"
}
]
}
Creates a new Application Permission object.
The name of the application permission.
Instore application permission for store staff
The path of the application permission.
/test/path
The label of the application permission.
update
Unique identifier for the parent application permission.
2
Unique identifier for the related application.
1
Application Permission Created
Required field(s) are missing, data is invalid, or the action is not allowed.
Unauthorized Access
The given resource or object was not found or does not exist.
Server Error
POST /api/v1/application_permissions/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 121
{
"name": "Instore application permission for store staff",
"path": "/test/path",
"label": "update",
"parent": 2,
"application": 1
}
{
"pk": 1,
"name": "Instore application permission for store staff",
"path": "/test/path",
"label": "update",
"parent": 2,
"application": 1,
"created_date": "2025-08-30T04:04:15.644Z",
"modified_date": "2025-08-30T04:04:15.644Z"
}
Get a list of all application permissions with details
Specifies the page number of the current dataset
1
Indicates the number of rows on the current page.
10
Filters by name
Filter by application ID.
Filter by path
Filter by parent product ID.
The display label of the attribute value
Color
List of application permissions with details
GET /api/v1/application_permissions/detailed HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
List of application permissions with details
{
"count": 0,
"next": "text",
"previous": "text",
"results": [
{
"created_date": "2025-08-30T04:04:15.644Z",
"modified_date": "2025-08-30T04:04:15.644Z"
}
]
}
Get a list of all application permission children
Specifies the page number of the current dataset
1
Indicates the number of rows on the current page.
10
Filter by application ID.
Filter by path
Filter by parent product ID.
The display label of the attribute value
Color
Filters by name
List of application permission children
Forbidden
GET /api/v1/application_permissions/children/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
[
{
"pk": 1,
"name": "Instore application permission for store staff",
"path": "/test/path",
"label": "update",
"parent": 2,
"application": 1,
"created_date": "2025-08-30T04:04:15.644Z",
"modified_date": "2025-08-30T04:04:15.644Z"
}
]
Was this helpful?