Get instrument by id

SecuritybearerToken
Request
path Parameters
id
required
integer <int64>
Responses
200

Instrument data

401

Not authorized error

404

Not found

500

Internal server error

get/instruments/{id}
Response samples
application/json
{
  • "id": 0,
  • "ein": "string",
  • "description": "string",
  • "program": "NEPOOL",
  • "vintage": {
    },
  • "markets": [
    ],
  • "type": "CARBON",
  • "serialNumber": "string",
  • "creditType": "string",
  • "primaryProjectType": "string",
  • "issuanceCertifications": [
    ],
  • "projectCertifications": [
    ],
  • "reportingPeriodEnd": "2019-08-24T14:15:22Z",
  • "reportingPeriodStart": "2019-08-24T14:15:22Z",
  • "project": {
    }
}