GET Asac/Get/{id}?asacType={asacType}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
asacType

AsacEnum

Required

id

integer

Required

Body Parameters

None.

Response Information

Resource Description

AsacMatch
NameDescriptionTypeAdditional information
Id

integer

None.

ASAC

AsacDetails

None.

M1

AsacDetails

None.

M2

AsacDetails

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "asac": {
    "id": 1,
    "url": "sample string 2",
    "asacType": 1
  },
  "m1": {
    "id": 1,
    "url": "sample string 2",
    "asacType": 1
  },
  "m2": {
    "id": 1,
    "url": "sample string 2",
    "asacType": 1
  }
}