# Get Organization Entities Returns all projects and their associated product for a given organization. Endpoint: GET /api/v2.0/orgs/{orgToken}/entities Version: 3.0.1 Security: bearer-key ## Query parameters: - `pageSize` (string) Enter the number of items to return in each page of the result. - `page` (string) Enter the page number to display in the result. Page numbers start at 0 ## Path parameters: - `orgToken` (string, required) org UUID (by running Entities - Organization > Get User Organizations) or API Key (from the Mend SCA App: tab > ). ## Response 200 fields (application/json): - `additionalData` (object) + : The total count of data points returned in an API response. + : Defines whether the current page represents the conclusion of the API response. When “true”, this signifies you are viewing the last page of the API response. When “false”, this indicates there are further pages remaining. Example: {"totalItems":"422","isLastPage":"true"} - `supportToken` (string) Example: "1171c60d" - `retVal` (array) - `retVal.project` (object) - `retVal.project.uuid` (string) Example: "123e4567-e89b-12d3-a456-426655440000" - `retVal.project.name` (string) Example: "Project A" - `retVal.project.tags` (array) - `retVal.project.tags.key` (string) Example: "key" - `retVal.project.tags.value` (string) Example: "value" - `retVal.project.lastScanned` (string) - `retVal.project.scannedByEmail` (string) Example: "jon.snow@mail.com" - `retVal.project.scanComment` (string) Example: "Scan comment" - `retVal.project.createdAt` (string) - `retVal.product` (object) ## Response 400 fields (*/*): - `supportToken` (string) Example: "1171c60d" ## Response 403 fields (*/*): - `supportToken` (string) Example: "1171c60d"