GET api/resource/GetResourceEventIdFromDB?resourceEventName={resourceEventName}

Retrieves the internal ID of a resource event by its name.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
resourceEventName

The name of the resource event to search for. Optional; if omitted, all matching events are considered.

string

Required

Body Parameters

None.

Response Information

Resource Description

On success: HTTP 200 OK with the internal ID of the matching resource event. On failure: HTTP 400 Bad Request with a generic error message.

DataRowResponse
NameDescriptionTypeAdditional information
dataInfo

DataSet

None.

Response Formats

application/json, text/json

Sample:
{}

application/scim+json

Sample:
{
  "dataInfo": null
}