NATS5 REST API Member GET restricted-values
From TMM Wiki
Jump to navigationJump to search
GET /member/restricted-values
Description
- Get restricted values for members
Resource URL
- http://domain/api/member/restricted-values
- Replace domain with the nats domain
- GET
Response Format
- JSON
- HTTP headers
Parameters
Parameters can be sent as url encoded params
- start
- type: digit
- optional
- count
- type: digit
- optional (default value: 25)
- loginid
- type: digit
- optional
- restricted_value_id
- type: digit_list (Either a comma-separated string of digits, or a JSON array of digits)
- optional
- value
- type: string
- optional
- deleted
- type: trinary_digit (0, 1, or 2)
- optional