Skip to main content
After completing a facility search , the facility import endpoint will ingest eligible FEM modules into the Scope 3 tool. A single request can be made with an array of femIds to import
{
  "ids": [
    "string"
  ]
}
The facility import response will return a list of the requested FEM IDs that either imported successfully or failed:
{
  "successIds": [
    "string"
  ],
  "failureIds": [
    "string"
  ]
}
The IDs included in the failureIds category likely failed for the following reasons:
  • The femId is incorrect and/or doesn’t exist
  • The femId is ineligible for import due to being in a non-posted status or was not shared with the account requesting it