Skip to main content
GET
Get business role by ID

Authorizations

mogl_session
string
cookie
required

Session-based authentication via cookies + CSRF token

Path Parameters

id
integer
required

Business role ID

Response

200 - application/json

Business role data

id
integer
Example:

1

name
string
Example:

"Manager"

status
string
Example:

"A"

is_deleted
string
Example:

"N"

created_at
string
Example:

"2024-01-01 00:00:00"

updated_at
string
Example:

"2024-06-01 12:00:00"