Manage customer accounts - Get Artifacts

GET https://api.partnercenter.microsoft.com/V1/customers/{customer_id}/artifacts/{artifact_type}/groups/{group_id}/lineItems/{lineitem_id}/resource/{resource_id}

URI Parameters

Name In Required Type Description
artifact_type
path True

string

Artifact type.

customer_id
path True

string

Customer Id.

group_id
path True

string

Group Id.

lineitem_id
path True

string

Fulfillment Line Item Id.

resource_id
path True

string

Azure Resource Id.

Request Header

Name Required Type Description
Authorization True

string

Authorization Bearer token

ms-correlationid

string

Used for tracking requests internally. If a ms-correlationid is not provided, the server will generate a new one for each request

ms-cv

string

Used for tracking requests internally. If a ms-cv is not provided, the server will generate a new one for each request

ms-requestid

string

Used for idempotency of requests. If a ms-requestid is not provided, the server will generate a new one for each request

Responses

Name Type Description
200 OK

string

The request succeeded. The response body contains entitlements.

Media Types: "application/json", "text/json", "application/xml", "text/xml"