NATS5 REST API Program GET list
From TMM Wiki
Jump to navigationJump to search
GET /program/list
Description
- Get a list of programs
Resource URL
- http://domain/api/program/list
- Replace domain with the nats domain
- GET
Response Format
- JSON
- HTTP headers
Parameters
Parameters can be sent as url encoded params
- enabled
- type: trinary_digit (0, 1, or 2)
- optional
- type
- type: digit_list (Either a comma-separated string of digits, or a JSON array of digits)
- optional
- has_payout_changes
- type: trinary_digit (0, 1, or 2)
- optional
- hide_import_program
- type: boolean_digit
- optional (default value: 1)
- loginid
- type: digit_list (Either a comma-separated string of digits, or a JSON array of digits)
- optional
- username
- type: string
- optional
- return_affiliate_disabled
- type: boolean_digit
- optional