ApiResponse<ActorMember> |
ActorMemberApi.getActorMemberByIdWithHttpInfo(String id) |
Finds the ActorMember by ID
Similar to getActorMemberById but it also returns the http response headers .
|
List<ActorMember> |
ActorMemberApi.searchActorMembers(Integer p,
Integer c,
List<String> f,
String o) |
Finds ActorMembers
Finds ActorMembers with pagination params and filters There is a **mandatory** filter on: * `actor_id` For example, retrieve the actorMembers related to the specified actor_id.
|
List<ActorMember> |
ActorMemberApi.searchActorMembers(Map<String,Object> queryParams) |
Finds ActorMembers
Finds ActorMembers with pagination params and filters There is a **mandatory** filter on: * `actor_id` For example, retrieve the actorMembers related to the specified actor_id.
|
ApiResponse<List<ActorMember>> |
ActorMemberApi.searchActorMembersWithHttpInfo(Integer p,
Integer c,
List<String> f,
String o) |
Finds ActorMembers
Similar to searchActorMembers but it also returns the http response headers .
|
ApiResponse<List<ActorMember>> |
ActorMemberApi.searchActorMembersWithHttpInfo(Map<String,Object> queryParams) |
Finds ActorMembers
Finds ActorMembers with pagination params and filters There is a **mandatory** filter on: * `actor_id` For example, retrieve the actorMembers related to the specified actor_id.
|