Front API

Getting access, Developing, Testing

Back to Front

List team rules

List the rules of a team.

Input

type: object properties: parameters: type: object properties: team_id: type: string description: (Required) The team ID required: - team_id title: Parameters

Output

type: object properties: _links: type: object properties: self: type: string _results: type: array items: type: object properties: _links: type: object properties: self: type: string related: type: object properties: owner: type: string id: type: string name: type: string actions: type: array items: type: string is_private: type: boolean