# Get Company Details From A Portfolio This endpoint allows you to get various company details from a portfolio. Requires a portfolioID and companyID in the PATH of the request. Endpoint: GET /monitoring/portfolios/{portfolioId}/companies/{companyId} Version: 1.10.9 Security: bearerToken ## Path parameters: - `portfolioId` (number, required) The unique identifier of the portfolio, obtained from . - `companyId` (string, required) A company Safe Number or Connect ID. ## Response 200 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. Example: "23921650-c073-11ea-860f-06bc8182190e" - `connectId` (string) The connectId of the company. A connectId is the primary Company identifier that is used to uniquely identify all companies across Creditsafe's Universe and Partner Network. Example: "US-X-US22384484" - `portfolioId` (number) The portfolio Id of the portfolio that contains the company. Example: 589960 - `personalReference` (string,null) Field that can be used to add a personal reference against the company in a portfolio. Example: "Follow up Jan 2021" - `freeText` (string,null) Field that can be used to add a free text note to when adding a company to a portfolio. - `personalLimit` (string,null) Field that can be used to add a personal limit number against the company in a portfolio. Example: 10000 - `safeNumber` (string) The Safe Number (Creditsafe's identifier on all Companies owned in the Creditsafe Universe) of the company. Example: "US22384484" - `name` (string) The name of the company . Example: "GOOGLE LLC" - `countryCode` (string) ISO/Alpha 2 format country code of the company. Example: "US" - `address` (string) The address of the company. Example: "VIA PABLO NERUDA, 4, TREZZANO SUL NAVIGLIO, 20090" - `companyStatus` (string,null) The current status of the company Example: 1 - `creditLimit` (number,null) The credit limit of the company. Example: 10000 - `ratingCommon` (string,null) The rating score band that the company is in. Example: "A" - `ratingLocal` (string,null) Country specific rating score. Example: "Not rated - insufficient information to rate" - `dateLastEvent` (string,null) The date of the most recent event the company has had. Example: "2018-06-14T00:59:06" - `dateAdded` (string,null) The date the company was added to the portfolio. Example: "2020-07-01T00:59:06" - `dateModified` (string,null) The date the company was last modified in the portfolio. Example: "2020-07-01T00:59:06" ## Response 400 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. - `message` (string) - `details` (string) Provides further information on why the request was rejected ## Response 401 fields (application/json): - `error` (string) ## Response 403 fields (application/json): - `message` (string) Example: "Access forbidden" ## Response 404 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. - `message` (string) - `details` (string) Provides further information on why the request was rejected