GET api/Lookup/Species/{id}

Get species by integer ID

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

Species

MMI.BES.Controllers.Common.LookupClasses.Species
NameDescriptionTypeAdditional information
Identity

integer

None.

SpeciesKey

string

None.

Name

string

None.

Description

string

None.

StartDate

date/time with offset

None.

EndDate

date/time with offset (nullable)

None.

IsActive

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Identity": 1,
  "SpeciesKey": "sample string 2",
  "Name": "sample string 3",
  "Description": "sample string 4",
  "StartDate": "2025-04-24T09:26:27.2491324-07:00",
  "EndDate": "2025-04-24T09:26:27.2491324-07:00",
  "IsActive": true
}