get https://{host}/platform/CurrencyConversion/v1/jobs
Returns a list of currency conversion jobs.
Responses
Returns a list of currency conversion jobs.
xxxxxxxxxx
No JSON body
xxxxxxxxxx
24[
{
"jobId": "string",
"priority": "verylow",
"userName": "string",
"status": "QUEUED",
"submittedAt": "string",
"startedAt": "string",
"endedAt": "string",
"name": "string",
"type": "string",
"progress": 0,
"resourceGroupId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"entitlement": "string",
"details": {
"resources": [
{
"uri": "string"
}
],
"summary": "string"
}
}
]