GET api/StatusTypes/{LastUpdated}/{AccountKey}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
LastUpdated

unsigned integer

Required

AccountKey

string

None.

Body Parameters

None.

Response Information

Resource Description

Collection of StatusType
NameDescriptionTypeAdditional information
StatusCode

string

None.

StatusDescription

string

None.

RowVersion

unsigned integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "2",
    "$type": "WebPortalRTFAPI.Models.StatusType, WebPortalRTFAPI",
    "StatusCode": "sample string 1",
    "StatusDescription": "sample string 2",
    "RowVersion": 3
  },
  {
    "$ref": "2"
  }
]