Get single collections by ID

Prev Next
Get
/collections/{collection_id}

Get a single Collection.

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
Path parameters
collection_id
stringRequired

ID of collection to return

Responses
200

Successfully found the collections

Expand All
object
name
string
description
string
custom_title
string
create_screen_id
string (id)
read_screen_id
string (id)
update_screen_id
string (id)
signal_create
boolean
signal_update
boolean
signal_delete
boolean
id
integer
created_at
string (date-time)
updated_at
string (date-time)
created_by_id
string (id)
updated_by_id
string (id)
columns
Array of object
object