Gridstate
ApiV1AssessmentsAssessmentid

Read a non-capacity screening-friction assessment with abstention and limitations

GET
/v1/assessments/{assessmentId}

Authorization

BearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

assessmentId*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/assessments/string"
{  "data": {    "id": "string",    "siteId": "string",    "tenantId": "string",    "createdAt": "2019-08-24T14:15:22Z",    "county": {},    "jurisdictions": [      {}    ],    "utilityCandidates": [      {}    ],    "marketSignals": [      {        "id": "string",        "factKey": "string",        "factVersion": "string",        "sourceId": "string",        "assetHash": "string",        "subjectId": "string",        "market": "string",        "predicate": "string",        "period": "string",        "scenario": "string",        "value": 0,        "unit": "MW",        "assertionType": "observed",        "validFrom": "2019-08-24",        "validTo": "2019-08-24",        "knownFrom": "2019-08-24T14:15:22Z",        "knownTo": "2019-08-24T14:15:22Z",        "evidence": {          "chunkId": "string",          "page": 1,          "tableId": "string",          "quote": "string",          "sourceLocator": "string",          "blockId": "string",          "boundingBox": [            0,            0,            0,            0          ],          "pageWidth": 0,          "pageHeight": 0,          "readingOrder": 0,          "sourceText": "string",          "parserConfidence": 0,          "parserConfidenceIsCalibrated": false,          "calibratedErrorProbability": null,          "calibrationStatus": "unavailable_no_independent_labels",          "route": "review_required_uncalibrated"        },        "qualityFlags": [          {            "code": "string",            "severity": "info",            "field": "string",            "message": "string"          }        ]      }    ],    "tariffCandidates": [      {}    ],    "relevantQueueRecords": [      {        "id": "string",        "sourceId": "string",        "assetHash": "string",        "recordKey": "string",        "market": "string",        "projectName": "string",        "status": "active",        "requestedCapacityMw": 0,        "pointOfInterconnection": "string",        "state": "string",        "county": "string",        "proposedDate": "string",        "observedAt": "string",        "sourceLocator": "string",        "evidenceUrl": "string",        "qualityFlags": [          {            "code": "string",            "severity": "info",            "field": "string",            "message": "string"          }        ],        "expandedDetails": {          "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"            }          ]        },        "expandedEvidence": {          "recordId": "string",          "sourceId": "string",          "assetHash": "string",          "sourceUrl": "http://example.com",          "sourceLocator": "string",          "locator": {            "type": "spreadsheet_row",            "fileName": "string",            "worksheet": "string",            "row": 1          },          "sourceRow": {            "property1": "string",            "property2": "string"          },          "sourceName": "string",          "termsClassification": "string",          "redistributionPolicy": "normalized_records_only"        }      }    ],    "relevantTransmissionProjects": [      {        "id": "string",        "sourceId": "string",        "assetHash": "string",        "projectNumber": "string",        "title": "string",        "description": "string",        "status": "string",        "transmissionOwner": "string",        "projectedInServiceDate": "string",        "actualInServiceDate": "string",        "serviceLevelKv": 0,        "fromLocation": "string",        "toLocation": "string",        "counties": [          "string"        ],        "qualityFlags": [          {            "code": "string",            "severity": "info",            "field": "string",            "message": "string"          }        ],        "observedAt": "2019-08-24T14:15:22Z",        "evidence": {          "assertionType": "observed",          "authority": "official_operator_dataset",          "sourceUrl": "http://example.com",          "sourceLocator": "string"        }      }    ],    "serviceTerritoryCandidates": [      {}    ],    "readiness": {},    "confidence": {},    "risks": [      "string"    ],    "nextActions": [      "string"    ],    "disclaimer": "string"  }}