Relesys API Docs

v1.2

https://api.relesysapp.net/api/v1.2

Custom Fields

Get User Custom Fields
GET /customfields/users
https://api.relesysapp.net/api/v1.2/customfields/users
Get a list of user custom fields.
Default sort is by name in ascending order.
Scopes: relesys.api, relesys.api:read, relesys.api.users, relesys.api.users:read
Query String
externalId string Filterable Sortable optional
id string / guid Filterable optional
name string Filterable Sortable optional
type string Filterable Sortable optional
sort string Comma separated sort order based on sortable properties optional
offset integer Offset value for use in pagination Default: 0 optional
limit integer Total objects to fetch (max 1000) Default: 200 optional
Responses
application/json
JSON
{"count":2,"data":[{"id":"29d2a50c-2753-4880-ab72-88e48d10049b","externalId":"externalone","name":"User custom field example 1","type":"MultilineText"},{"id":"e5d06dc2-2f46-413f-bf92-361447f88fe9","externalId":"externaltwo","name":"User custom field example 2","type":"MultilineText"}]}
object
  count integer      
  data array[object]      
   externalId string      
   id string / guid      
   name string      
   type string      
  nextUrl string      
  previousUrl string