Theta
  1. Entity Roles
Theta
  • Start your Apidog journey
  • Authentication
    • Registration
      POST
    • Verify email
      GET
    • Login
      POST
    • Refresh token
      POST
    • Forgot password
      POST
    • Verfy OTP
      POST
    • Change password
      PATCH
    • Logout
      POST
  • User
    • Get my profile
      GET
    • Update my profile
      PUT
    • Change my password
      PATCH
    • Delete my account
      DELETE
    • Reactive my account
      POST
    • Get my followers
      GET
    • Get my following
      GET
    • Follow User
      POST
    • Unfollow User
      POST
    • Get my entities
      GET
    • Get enrolled entities
      GET
    • Get users
      GET
    • Get user
      GET
  • Entity
    • Create entity
    • Get all entities
    • Get entity by ID
    • Get entity by invite code
    • Update entity
    • Delete entity
    • Update join status
    • Join entity
  • Entity Users
    • Get entity users
    • Change user role
    • Delete entity user
  • Entity Roles
    • Get entity roles
      GET
    • Get entity role by id
      GET
    • Create entity role
      POST
    • Update entity role
      GET
    • Delete entity role
      DELETE
  • Inquiry task
    • Get entity's tasks
    • Get task by ID
    • Create inquiry task
    • Update an inquiry task
    • Delete an inquiry task
  • Inquiry problem
    • Get all
    • Get inquiry problem by ID
    • Create a new inquiry problem
    • Update an inquiry problem
    • Delete an inquiry problem
  • URL
    • Get all URLs
    • Get URL by ID
    • Create URL
    • Update URL
    • Delete URL
  1. Entity Roles

Get entity roles

Developing
GET
/api/v1/entities/{entityId}/roles

Request

Path Params

Responses

🟢200Success
application/json
Body

Example
{
    "status": "string",
    "message": "string",
    "data": {
        "roles": [
            {}
        ]
    }
}
🟠404Record not found
🟠404Record not found
Previous
Delete entity user
Next
Get entity role by id
Built with