openapi: 3.2.0 info: title: stream-api Entities.json?entity Ids API version: '1.1' servers: - url: https://api.massrelevance.com security: - sec0: [] tags: - name: Entities.json?entity Ids paths: /{account}/{streamName}/entities.json?entity_ids: get: summary: Get specific entities description: Returns a comma-separated list of one or more `entity_id` values of approved items in the stream operationId: get-specific-entities parameters: - name: account in: path schema: type: string required: true - name: streamName in: path schema: type: string required: true - name: entity_ids in: query schema: type: string default: '749457935733950347_25025320' responses: '200': description: '200' content: text/plain: examples: Result: value: Coming Soon deprecated: false security: [] tags: - Entities.json?entity Ids components: securitySchemes: sec0: type: oauth2 flows: clientCredentials: tokenUrl: https://example.com/oauth2/token scopes: {} x-readme: headers: [] explorer-enabled: false proxy-enabled: true x-readme-fauxas: true