Open FactSet Partners - Documents

Access to all job listing files provided by the OFM Partners: LinkUp.

OpenAPI Specification

open-partners-documents-openapi-original.yml Raw ↑
openapi: 3.0.0
info:
  title: Factset Open:FactSet - Partners
  description: >-
    This service provides the capability to search and download unstructured
    content provided by <a
    href="https://open.factset.com/catalog/en-us">Open:FactSet Partners</a>.
  version: 2.0.0
  contact:
    name: FactSet Research Systems
    email: [email protected]
    url: https://developer.factset.com/contact
  license:
    name: Apache License, Version 2.0
    url: https://www.apache.org/licenses/LICENSE-2.0
externalDocs:
  description: API Documentation
  url: https://developer.factset.com/api-catalog/openfactset-partners-documents
servers:
  - url: https://api.factset.com/bulk-documents/ofm/v2
paths:
  /linkup/job-listings:
    get:
      tags:
        - Linkup
      summary: >-
        Returns the  daily files from Open:FactSet Partner - LinkUp. The LinkUp
        API provides access to job listings dataset that is sourced directly
        from employer webistes globally delivered daily.
      operationId: getLinkUpJobListings
      description: >-
        Returns the  daily files from Open:FactSet Partner - LinkUp. The LinkUp
        API provides access to job listings dataset that is sourced directly
        from employer webistes globally delivered daily. **This API is no longer
        being sold for new clients.**
      parameters:
        - $ref: '#/components/parameters/_sort'
        - $ref: '#/components/parameters/_paginationLimit'
        - $ref: '#/components/parameters/_paginationOffset'
        - $ref: '#/components/parameters/startDate'
        - $ref: '#/components/parameters/endDate'
        - $ref: '#/components/parameters/type'
      responses:
        '200':
          description: Download link & metadata for LinkUp data.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/LinkUpResponse'
              examples:
                default200ResponseExample:
                  $ref: '#/components/examples/sampleLinkUpResponse'
        '400':
          description: Bad request.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AuthStatus'
              examples:
                default400ResponseExample:
                  $ref: '#/components/examples/ErrorDetails'
        '401':
          description: >-
            Unauthenticated USERNAME-SERIAL. Ensure you are logged in and have
            successfully generated an API KEY for the IP range you are
            connecting from. For more help, select the Report Issue in the top
            right corner of this Developer Portal specification card and choose
            Connectivity 401 or 403 Responses.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AuthStatus'
              examples:
                default401ResponseExample:
                  $ref: '#/components/examples/AuthErrorDetails'
        '403':
          description: >-
            The USERNAME-SERIAL attempted to request the endpoint is not
            authorized to access. The request was a legal request, but the
            server is refusing to respond. Please reach out to FactSet Account
            Team for assistance with authorization.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AuthStatus'
              examples:
                default403ResponseExample:
                  $ref: '#/components/examples/AuthorizationErrorDetails'
        '500':
          description: Internal Server Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AuthStatus'
              examples:
                default500ResponseExample:
                  $ref: '#/components/examples/serverErrorDetails'
  /orbit/transcripts/daily:
    get:
      tags:
        - Orbit
      summary: Returns the daily files from Open:FactSet Partner - Orbit.
      operationId: getChineseTranscriptsDaily
      description: Returns the daily files from Open:FactSet Partner - Orbit.
      parameters:
        - $ref: '#/components/parameters/_sort'
        - $ref: '#/components/parameters/_paginationLimit'
        - $ref: '#/components/parameters/_paginationOffset'
        - $ref: '#/components/parameters/startDateOrbit'
        - $ref: '#/components/parameters/endDateOrbit'
        - $ref: '#/components/parameters/stockCode'
        - $ref: '#/components/parameters/fileName'
        - $ref: '#/components/parameters/title'
      responses:
        '200':
          description: Download link & metadata for Orbit data.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/orbitResponse'
              examples:
                default200ResponseExample:
                  $ref: '#/components/examples/sampleOrbitResponse'
        '400':
          description: Bad request.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AuthStatus'
              examples:
                default400ResponseExample:
                  $ref: '#/components/examples/ErrorDetails'
        '401':
          description: >-
            Unauthenticated USERNAME-SERIAL. Ensure you are logged in and have
            successfully generated an API KEY for the IP range you are
            connecting from. For more help, select the Report Issue in the top
            right corner of this Developer Portal specification card and choose
            Connectivity 401 or 403 Responses.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AuthStatus'
              examples:
                default401ResponseExample:
                  $ref: '#/components/examples/AuthErrorDetails'
        '403':
          description: >-
            The USERNAME-SERIAL attempted to request the endpoint is not
            authorized to access. The request was a legal request, but the
            server is refusing to respond. Please reach out to FactSet Account
            Team for assistance with authorization.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AuthStatus'
              examples:
                default403ResponseExample:
                  $ref: '#/components/examples/AuthorizationErrorDetails'
        '500':
          description: Internal Server Error.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AuthStatus'
              examples:
                default500ResponseExample:
                  $ref: '#/components/examples/serverErrorDetails'
  /orbit/transcripts/history:
    get:
      tags:
        - Orbit
      summary: Returns the history files from Open:FactSet Partner - Orbit
      operationId: getChineseTranscriptsHistory
      description: 'Returns the historical files from February 28th, 2005 to current date. '
      parameters:
        - $ref: '#/components/parameters/_paginationLimit'
        - $ref: '#/components/parameters/_paginationOffset'
        - $ref: '#/components/parameters/fileName'
      responses:
        '200':
          description: Download link & metadata for Orbit data.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/orbithistoryResponse'
              examples:
                default200ResponseExample:
                  $ref: '#/components/examples/sampleOrbitHistoryResponse'
        '400':
          description: Bad request
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AuthStatus'
              examples:
                default400ResponseExample:
                  $ref: '#/components/examples/ErrorDetails'
        '401':
          description: >-
            Unauthenticated USERNAME-SERIAL. Ensure you are logged in and have
            successfully generated an API KEY for the IP range you are
            connecting from. For more help, select the Report Issue in the top
            right corner of this Developer Portal specification card and choose
            Connectivity 401 or 403 Responses.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AuthStatus'
              examples:
                default401ResponseExample:
                  $ref: '#/components/examples/AuthErrorDetails'
        '403':
          description: >-
            The USERNAME-SERIAL attempted to request the endpoint is not
            authorized to access. The request was a legal request, but the
            server is refusing to respond. Please reach out to FactSet Account
            Team for assistance with authorization.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AuthStatus'
              examples:
                default403ResponseExample:
                  $ref: '#/components/examples/AuthorizationErrorDetails'
        '500':
          description: Internal Server Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AuthStatus'
              examples:
                default500ResponseExample:
                  $ref: '#/components/examples/serverErrorDetails'
  /ozmosi/clinical-trials/daily:
    get:
      tags:
        - Ozmosi
      summary: >-
        Returns the daily files of Clinical Trial Details from Open:FactSet
        Partner - Ozmosi.
      operationId: getOzmosiClinicalTrialsDaily
      description: >-
        Returns the daily files of Clinical Trial Details from Open:FactSet
        Partner - Ozmosi.
      parameters:
        - $ref: '#/components/parameters/_sort'
        - name: _paginationLimit
          in: query
          description: >-
            Specifies the maximum number of results to return per result Default
            value 20 and Maximum value 300
          required: false
          schema:
            type: integer
            default: 20
            maximum: 300
            minimum: 1
        - $ref: '#/components/parameters/_paginationOffset'
        - $ref: '#/components/parameters/clinicalTrialId'
        - $ref: '#/components/parameters/officialTitle'
        - $ref: '#/components/parameters/trialId'
        - $ref: '#/components/parameters/date'
      responses:
        '200':
          description: Download link & metadata for Clinical Trial Details.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/DataResponse'
              examples:
                default200ResponseExample:
                  $ref: '#/components/examples/sampleDataResponse'
        '400':
          description: Bad request
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AuthStatus'
              examples:
                default400ResponseExample:
                  $ref: '#/components/examples/ErrorDetails'
        '401':
          description: >-
            Unauthenticated USERNAME-SERIAL. Ensure you are logged in and have
            successfully generated an API KEY for the IP range you are
            connecting from. For more help, select the Report Issue in the top
            right corner of this Developer Portal specification card and choose
            Connectivity 401 or 403 Responses.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AuthStatus'
              examples:
                default401ResponseExample:
                  $ref: '#/components/examples/AuthErrorDetails'
        '403':
          description: >-
            The USERNAME-SERIAL attempted to request the endpoint is not
            authorized to access. The request was a legal request, but the
            server is refusing to respond. Please reach out to FactSet Account
            Team for assistance with authorization.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AuthStatus'
              examples:
                default403ResponseExample:
                  $ref: '#/components/examples/AuthorizationErrorDetails'
        '500':
          description: Internal Server Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AuthStatus'
              examples:
                default500ResponseExample:
                  $ref: '#/components/examples/serverErrorDetails'
  /ozmosi/diseases/daily:
    get:
      tags:
        - Ozmosi
      summary: >-
        Returns the daily files of Diseases Details from Open:FactSet Partner-
        Ozmosi.
      operationId: getOzmosiDiseasesDaily
      description: >-
        Returns the daily files of Diseases Details from Open:FactSet Partner-
        Ozmosi.
      parameters:
        - $ref: '#/components/parameters/_paginationLimit'
        - $ref: '#/components/parameters/_paginationOffset'
        - $ref: '#/components/parameters/clinicalTrialId'
        - $ref: '#/components/parameters/diseaseArea'
        - $ref: '#/components/parameters/subTherapyArea'
        - $ref: '#/components/parameters/therapyArea'
      responses:
        '200':
          description: Download link & metadata for Diseases Details.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/DiseasesResponse'
              examples:
                default200ResponseExample:
                  $ref: '#/components/examples/sampleDiseasesResponse'
        '400':
          description: Bad request
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AuthStatus'
              examples:
                default400ResponseExample:
                  $ref: '#/components/examples/ErrorDetails'
        '401':
          description: >-
            Unauthenticated USERNAME-SERIAL. Ensure you are logged in and have
            successfully generated an API KEY for the IP range you are
            connecting from. For more help, select the Report Issue in the top
            right corner of this Developer Portal specification card and choose
            Connectivity 401 or 403 Responses.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AuthStatus'
              examples:
                default401ResponseExample:
                  $ref: '#/components/examples/AuthErrorDetails'
        '403':
          description: >-
            The USERNAME-SERIAL attempted to request the endpoint is not
            authorized to access. The request was a legal request, but the
            server is refusing to respond. Please reach out to FactSet Account
            Team for assistance with authorization.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AuthStatus'
              examples:
                default403ResponseExample:
                  $ref: '#/components/examples/AuthorizationErrorDetails'
        '500':
          description: Internal Server Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AuthStatus'
              examples:
                default500ResponseExample:
                  $ref: '#/components/examples/serverErrorDetails'
  /ozmosi/biomarkers/daily:
    get:
      tags:
        - Ozmosi
      summary: >-
        Returns the daily files of Biomarkers Details from Open:FactSet Partner
        - Ozmosi.
      operationId: getOzmosiBiomarkersDaily
      description: >-
        Returns the daily files of Biomarkers Details from Open:FactSet Partner
        - Ozmosi.
      parameters:
        - $ref: '#/components/parameters/_paginationLimit'
        - $ref: '#/components/parameters/_paginationOffset'
        - $ref: '#/components/parameters/clinicalTrialId'
        - $ref: '#/components/parameters/biomarkerName'
        - $ref: '#/components/parameters/biomarkerFullName'
      responses:
        '200':
          description: Download link & metadata for Biomarkers Details.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BiomarkersResponse'
              examples:
                default200ResponseExample:
                  $ref: '#/components/examples/sampleBiomarkersResponse'
        '400':
          description: Bad request
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AuthStatus'
              examples:
                default400ResponseExample:
                  $ref: '#/components/examples/ErrorDetails'
        '401':
          description: >-
            Unauthenticated USERNAME-SERIAL. Ensure you are logged in and have
            successfully generated an API KEY for the IP range you are
            connecting from. For more help, select the Report Issue in the top
            right corner of this Developer Portal specification card and choose
            Connectivity 401 or 403 Responses.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AuthStatus'
              examples:
                default401ResponseExample:
                  $ref: '#/components/examples/AuthErrorDetails'
        '403':
          description: >-
            The USERNAME-SERIAL attempted to request the endpoint is not
            authorized to access. The request was a legal request, but the
            server is refusing to respond. Please reach out to FactSet Account
            Team for assistance with authorization.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AuthStatus'
              examples:
                default403ResponseExample:
                  $ref: '#/components/examples/AuthorizationErrorDetails'
        '500':
          description: Internal Server Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AuthStatus'
              examples:
                default500ResponseExample:
                  $ref: '#/components/examples/serverErrorDetails'
  /ozmosi/beam-endpoints/daily:
    get:
      tags:
        - Ozmosi
      summary: >-
        Returns the daily files of Beam Endpoints Details from Open:FactSet
        Partner - Ozmosi.
      operationId: getOzmosiEndpointsDaily
      description: >-
        Returns the daily files of Beam Endpoints Details from Open:FactSet
        Partner - Ozmosi.
      parameters:
        - $ref: '#/components/parameters/_paginationLimit'
        - $ref: '#/components/parameters/_paginationOffset'
        - $ref: '#/components/parameters/clinicalTrialId'
        - $ref: '#/components/parameters/name'
        - $ref: '#/components/parameters/fullForm'
      responses:
        '200':
          description: Download link & metadata for Beam Endpoint Details.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BeamEndpointsResponse'
              examples:
                default200ResponseExample:
                  $ref: '#/components/examples/sampleBeamEndpointsResponse'
        '400':
          description: Bad request
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AuthStatus'
              examples:
                default400ResponseExample:
                  $ref: '#/components/examples/ErrorDetails'
        '401':
          description: >-
            Unauthenticated USERNAME-SERIAL. Ensure you are logged in and have
            successfully generated an API KEY for the IP range you are
            connecting from. For more help, select the Report Issue in the top
            right corner of this Developer Portal specification card and choose
            Connectivity 401 or 403 Responses.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AuthStatus'
              examples:
                default401ResponseExample:
                  $ref: '#/components/examples/AuthErrorDetails'
        '403':
          description: >-
            The USERNAME-SERIAL attempted to request the endpoint is not
            authorized to access. The request was a legal request, but the
            server is refusing to respond. Please reach out to FactSet Account
            Team for assistance with authorization.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AuthStatus'
              examples:
                default403ResponseExample:
                  $ref: '#/components/examples/AuthorizationErrorDetails'
        '500':
          description: Internal Server Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AuthStatus'
              examples:
                default500ResponseExample:
                  $ref: '#/components/examples/serverErrorDetails'
  /ozmosi/primaryoutcome/daily:
    get:
      tags:
        - Ozmosi
      summary: >-
        Returns the daily files of PrimaryOutcome Details from Open:FactSet
        Partner - Ozmosi.
      operationId: getOzmosiPrimaryoutcomeDaily
      description: >-
        Returns the daily files of PrimaryOutcome Details from Open:FactSet
        Partner - Ozmosi.
      parameters:
        - $ref: '#/components/parameters/_paginationLimit'
        - $ref: '#/components/parameters/_paginationOffset'
        - $ref: '#/components/parameters/clinicalTrialId'
        - $ref: '#/components/parameters/primaryOutcomeMeasure'
        - $ref: '#/components/parameters/primaryOutcomeDesc'
      responses:
        '200':
          description: Download link & metadata for PrimaryOutcome Details
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/PrimaryOutcomeResponse'
              examples:
                default200ResponseExample:
                  $ref: '#/components/examples/samplePrimaryOutcomeResponse'
        '400':
          description: Bad request
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AuthStatus'
              examples:
                default400ResponseExample:
                  $ref: '#/components/examples/ErrorDetails'
        '401':
          description: >-
            Unauthenticated USERNAME-SERIAL. Ensure you are logged in and have
            successfully generated an API KEY for the IP range you are
            connecting from. For more help, select the Report Issue in the top
            right corner of this Developer Portal specification card and choose
            Connectivity 401 or 403 Responses.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AuthStatus'
              examples:
                default401ResponseExample:
                  $ref: '#/components/examples/AuthErrorDetails'
        '403':
          description: >-
            The USERNAME-SERIAL attempted to request the endpoint is not
            authorized to access. The request was a legal request, but the
            server is refusing to respond. Please reach out to FactSet Account
            Team for assistance with authorization.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AuthStatus'
              examples:
                default403ResponseExample:
                  $ref: '#/components/examples/AuthorizationErrorDetails'
        '500':
          description: Internal Server Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AuthStatus'
              examples:
                default500ResponseExample:
                  $ref: '#/components/examples/serverErrorDetails'
  /ozmosi/orangepurple/daily:
    get:
      tags:
        - Ozmosi
      summary: >-
        Returns the daily files of OrangePurple Details from Open:FactSet
        Partner - Ozmosi.
      operationId: getOzmosiOrangepurpleDaily
      description: >-
        Returns the daily files of OrangePurple Details from Open:FaStset
        Partner - Ozmosi.
      parameters:
        - $ref: '#/components/parameters/_paginationLimit'
        - $ref: '#/components/parameters/_paginationOffset'
        - $ref: '#/components/parameters/clinicalTrialId'
        - $ref: '#/components/parameters/beamOpNovelDrug'
        - $ref: '#/components/parameters/beamOpNovelTarget'
      responses:
        '200':
          description: Download link & metadata for OrangePurple Details.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/OrangePurpleResponse'
              examples:
                default200ResponseExample:
                  $ref: '#/components/examples/sampleOrangePurpleResponse'
        '400':
          description: Bad request
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AuthStatus'
              examples:
                default400ResponseExample:
                  $ref: '#/components/examples/ErrorDetails'
        '401':
          description: >-
            Unauthenticated USERNAME-SERIAL. Ensure you are logged in and have
            successfully generated an API KEY for the IP range you are
            connecting from. For more help, select the Report Issue in the top
            right corner of this Developer Portal specification card and choose
            Connectivity 401 or 403 Responses.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AuthStatus'
              examples:
                default401ResponseExample:
                  $ref: '#/components/examples/AuthErrorDetails'
        '403':
          description: >-
            The USERNAME-SERIAL attempted to request the endpoint is not
            authorized to access. The request was a legal request, but the
            server is refusing to respond. Please reach out to FactSet Account
            Team for assistance with authorization.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AuthStatus'
              examples:
                default403ResponseExample:
                  $ref: '#/components/examples/AuthorizationErrorDetails'
        '500':
          description: Internal Server Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AuthStatus'
              examples:
                default500ResponseExample:
                  $ref: '#/components/examples/serverErrorDetails'
  /ozmosi/intervention/daily:
    get:
      tags:
        - Ozmosi
      summary: >-
        Returns the daily files of Intervention details from Open:FactSet
        Partner - Ozmosi.
      operationId: getOzmosiInterventionDaily
      description: >-
        Returns the daily files of Intervention details from Open:FactSet
        Partner - Ozmosi.
      parameters:
        - $ref: '#/components/parameters/_paginationLimit'
        - $ref: '#/components/parameters/_paginationOffset'
        - $ref: '#/components/parameters/clinicalTrialId'
        - $ref: '#/components/parameters/beamInterventionName'
        - $ref: '#/components/parameters/beamInterventionDesc'
      responses:
        '200':
          description: Download link & metadata for Intervention Details.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/InterventionResponse'
              examples:
                default200ResponseExample:
                  $ref: '#/components/examples/sampleInterventionResponse'
        '400':
          description: Bad request
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AuthStatus'
              examples:
                default400ResponseExample:
                  $ref: '#/components/examples/ErrorDetails'
        '401':
          description: >-
            Unauthenticated USERNAME-SERIAL. Ensure you are logged in and have
            successfully generated an API KEY for the IP range you are
            connecting from. For more help, select the Report Issue in the top
            right corner of this Developer Portal specification card and choose
            Connectivity 401 or 403 Responses.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AuthStatus'
              examples:
                default401ResponseExample:
                  $ref: '#/components/examples/AuthErrorDetails'
        '403':
          description: >-
            The USERNAME-SERIAL attempted to request the endpoint is not
            authorized to access. The request was a legal request, but the
            server is refusing to respond. Please reach out to FactSet Account
            Team for assistance with authorization.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AuthStatus'
              examples:
                default403ResponseExample:
                  $ref: '#/components/examples/AuthorizationErrorDetails'
        '500':
          description: Internal Server Error.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AuthStatus'
              examples:
                default500ResponseExample:
                  $ref: '#/components/examples/serverErrorDetails'
  /ozmosi/sponsors/daily:
    get:
      tags:
        - Ozmosi
      summary: >-
        Returns the daily files of Sponsors Details from Open:FactSet Partner -
        Ozmosi.
      operationId: getOzmosiSponsorsDaily
      description: >-
        Returns the daily files of Sponsors Details from Open:FactSet Partner -
        Ozmosi.
      parameters:
        - $ref: '#/components/parameters/_paginationLimit'
        - $ref: '#/components/parameters/_paginationOffset'
        - $ref: '#/components/parameters/clinicalTrialId'
        - $ref: '#/components/parameters/beamSponsorsName'
        - $ref: '#/components/parameters/beamSponsorsTicker'
      responses:
        '200':
          description: Download link & metadata for Sponsors Details.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/SponsorsResponse'
              examples:
                default200ResponseExample:
                  $ref: '#/components/examples/sampleSponsorsResponse'
        '400':
          description: Bad request
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AuthStatus'
              examples:
                default400ResponseExample:
                  $ref: '#/components/examples/ErrorDetails'
        '401':
          description: >-
            Unauthenticated USERNAME-SERIAL. Ensure you are logged in and have
            successfully generated an API KEY for the IP range you are
            connecting from. For more help, select the Report Issue in the top
            right corner of this Developer Portal specification card and choose
            Connectivity 401 or 403 Responses.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AuthStatus'
              examples:
                default401ResponseExample:
                  $ref: '#/components/examples/AuthErrorDetails'
        '403':
          description: >-
            The USERNAME-SERIAL attempted to request the endpoint is not
            authorized to access. The request was a legal request, but the
            server is refusing to respond. Please reach out to FactSet Account
            Team for assistance with authorization.
          content:
            application/json:
              schem

# --- truncated at 32 KB (136 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/factset/refs/heads/main/openapi/open-partners-documents-openapi-original.yml