Skip to main content

Get all members

GET 

https://api.apparyllis.com/v1/members/:systemId

Get members from a system by Id

Request

Path Parameters

    systemId stringrequired

    String Id of the system

Responses

OK

Authorization: Authorization

name: Authorizationtype: apiKeyin: header
var client = new HttpClient();
var request = new HttpRequestMessage(HttpMethod.Get, "https://api.apparyllis.com/v1/members/:systemId");
request.Headers.Add("Authorization", "<Authorization>");
var response = await client.SendAsync(request);
response.EnsureSuccessStatusCode();
Console.WriteLine(await response.Content.ReadAsStringAsync());
Request Collapse all
Base URL
https://api.apparyllis.com
Auth
Parameters
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!