action prss_get_api_v2_broadcastservices_id { label: "Returns the broadcast service matching the given ID." provider: prss method: GET path: "/api/v2/broadcastservices/{id}" encoding: json output: { type: "object" description: "A broadcast service that can subscribe to content for multiple destinations." required: ["createdDate", "id", "lastModifiedDate", "name"] properties: { createdDate: { type: "string" format: "date-time" description: "The date the broadcast service was created." } description: { type: "string" description: "The description of the broadcast service." } id: { type: "integer" format: "int64" description: "The ID of the broadcast service." } lastModifiedDate: { type: "string" format: "date-time" description: "The date the broadcast service was last modified." } name: { type: "string" description: "The name of the broadcast service." } } } }