Gridstate
ApiV1Queue recordsRecordidDetails

Read complete normalized queue fields and original row evidence

GET
/v1/queue-records/{recordId}/details

Authorization

BearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

recordId*string

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/v1/queue-records/string/details"
{  "data": {    "recordId": "string",    "queueDate": "string",    "onlineDate": "string",    "withdrawnDate": "string",    "interconnectionAgreementDate": "string",    "studyPhaseOriginal": "string",    "studyPhaseNormalized": "string",    "countyFips": "string",    "regionOriginal": "string",    "utilityName": "string",    "transmissionEntity": "string",    "developer": "string",    "cluster": "string",    "serviceType": "string",    "projectType": "string",    "technology": "string",    "capacityComponentsMw": [      0    ],    "evidence": {      "assertionType": "observed",      "authority": "officially_sponsored_synthesis",      "sourceLocator": "string",      "originalRecord": {        "property1": "string",        "property2": "string"      }    },    "qualityFlags": [      {        "code": "string",        "severity": "info",        "field": "string",        "message": "string"      }    ]  }}