Returns all screens categories that the user has access to

Prev Next
Get
/screen_categories

Display a listing of the Screen Categories.

Security
OAuth

Laravel passport oauth2 security.

FlowAuthorization Code
Authorization URLhttp://processmaker.test/oauth/authorize
Token URLhttp://processmaker.test/oauth/token
Refresh URLhttp://processmaker.test/token/refresh
HTTP
Type bearer
Query parameters
filter
string

Filter results by string. Searches Name, Description, and Status. All fields must match exactly.

order_by
string

Field to order results by

order_direction
string
Valid values[ "asc", "desc" ]
Default"asc"
per_page
integer
Default10
Responses
200

list of screens categories

Expand All
object
data
Array of object (ScreenCategory)
object
name
string

Represents a business screen category definition.

status
string
Valid values[ "ACTIVE", "INACTIVE" ]
id
string (id)
created_at
string (date-time)
updated_at
string (date-time)
meta
object