GET api/groups/{groupid}/members/{memberid}/memberotherstatuses/{id}?otherStatusNumber={otherStatusNumber}

Gets a MemberOtherStatus by ID.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
groupid

The ID of the group to which the member and other status belong

integer

Required

memberid

The ID of the member to retrieve statuses for.

integer

Required

id

The ID of the MemberOtherStatus to retrieve.

integer

Required

otherStatusNumber

The number of the other status to filter by.

integer

Default value is 1

Body Parameters

None.

Response Information

Resource Description

A MemberOtherStatus resource.

MemberOtherStatusModel
NameDescriptionTypeAdditional information
MemberNo

Gets or sets the id of the member that this other status is assigned to.

integer

None.

OtherStatusNo

Gets or sets the id of the other status to assign to this MemberOtherStatus. Valid values can be looked up by group in the OtherStatus endpoint.

integer

None.

EffectiveDate

Gets or sets the effective date of the status.

date

None.

EffectiveEndDate

Gets or sets the end date of the effective status.

date

None.

Inactive

Gets or sets a value indicating whether the status is inactive.

boolean

None.

OtherStatusNumber

This field indicates whether the status is a 1, 2 or 3

integer

None.

Url

Gets or sets the link representing a link back to the resource

string

None.

ID

Gets or sets the identifier for the resource

integer

None.

Response Formats

application/json, text/json, application/json-patch+json

Sample:
{
  "url": "sample string 8",
  "id": 9,
  "memberNo": 2,
  "otherStatusNo": 4,
  "effectiveDate": "2025-05-30T21:27:33.0809242-05:00",
  "effectiveEndDate": "2025-05-30T21:27:33.0809242-05:00",
  "inactive": true,
  "otherStatusNumber": 7
}