GET api/GetReportReadyAssets?projectID={projectID}&clientID={clientID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
projectID

globally unique identifier

Required

clientID

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Collection of CustomReportAsset
NameDescriptionTypeAdditional information
AssetID

globally unique identifier

None.

AssetName

string

None.

ProjectRuntimeID

globally unique identifier

None.

ProjectRuntimeName

string

None.

ProjectID

globally unique identifier

None.

ProjectName

string

None.

ExecutionID

integer

None.

StartDate

date

None.

EndDate

date

None.

Status

string

None.

StateID

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "AssetID": "2db2bf66-24a6-416c-9919-9049e963944d",
    "AssetName": "sample string 2",
    "ProjectRuntimeID": "5981367a-5563-4a4a-8765-258965d274a1",
    "ProjectRuntimeName": "sample string 4",
    "ProjectID": "87f522d0-81b3-4b4a-afba-5002ed10d5d8",
    "ProjectName": "sample string 6",
    "ExecutionID": 7,
    "StartDate": "2025-03-14T01:24:57.6505585+00:00",
    "EndDate": "2025-03-14T01:24:57.6505585+00:00",
    "Status": "sample string 9",
    "StateID": "cb1f07f8-4f3d-4096-b75c-54dd95205d8b"
  },
  {
    "AssetID": "2db2bf66-24a6-416c-9919-9049e963944d",
    "AssetName": "sample string 2",
    "ProjectRuntimeID": "5981367a-5563-4a4a-8765-258965d274a1",
    "ProjectRuntimeName": "sample string 4",
    "ProjectID": "87f522d0-81b3-4b4a-afba-5002ed10d5d8",
    "ProjectName": "sample string 6",
    "ExecutionID": 7,
    "StartDate": "2025-03-14T01:24:57.6505585+00:00",
    "EndDate": "2025-03-14T01:24:57.6505585+00:00",
    "Status": "sample string 9",
    "StateID": "cb1f07f8-4f3d-4096-b75c-54dd95205d8b"
  }
]

application/xml, text/xml

Sample:
<ArrayOfCustomReportAsset xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRAApi.CustomModel">
  <CustomReportAsset>
    <AssetID>2db2bf66-24a6-416c-9919-9049e963944d</AssetID>
    <AssetName>sample string 2</AssetName>
    <EndDate>2025-03-14T01:24:57.6505585+00:00</EndDate>
    <ExecutionID>7</ExecutionID>
    <ProjectID>87f522d0-81b3-4b4a-afba-5002ed10d5d8</ProjectID>
    <ProjectName>sample string 6</ProjectName>
    <ProjectRuntimeID>5981367a-5563-4a4a-8765-258965d274a1</ProjectRuntimeID>
    <ProjectRuntimeName>sample string 4</ProjectRuntimeName>
    <StartDate>2025-03-14T01:24:57.6505585+00:00</StartDate>
    <StateID>cb1f07f8-4f3d-4096-b75c-54dd95205d8b</StateID>
    <Status>sample string 9</Status>
  </CustomReportAsset>
  <CustomReportAsset>
    <AssetID>2db2bf66-24a6-416c-9919-9049e963944d</AssetID>
    <AssetName>sample string 2</AssetName>
    <EndDate>2025-03-14T01:24:57.6505585+00:00</EndDate>
    <ExecutionID>7</ExecutionID>
    <ProjectID>87f522d0-81b3-4b4a-afba-5002ed10d5d8</ProjectID>
    <ProjectName>sample string 6</ProjectName>
    <ProjectRuntimeID>5981367a-5563-4a4a-8765-258965d274a1</ProjectRuntimeID>
    <ProjectRuntimeName>sample string 4</ProjectRuntimeName>
    <StartDate>2025-03-14T01:24:57.6505585+00:00</StartDate>
    <StateID>cb1f07f8-4f3d-4096-b75c-54dd95205d8b</StateID>
    <Status>sample string 9</Status>
  </CustomReportAsset>
</ArrayOfCustomReportAsset>