action hhs_get_resources_media_json { label: "Get MediaItems" description: "Media Items Listings" provider: hhs method: GET path: "/resources/media.json" encoding: json input: { type: "object" properties: { collectionId: { type: "integer" format: "int32" } contentAuthoredBeforeDate: { type: "string" format: "date" } contentAuthoredInRange: { type: "string" } contentAuthoredSinceDate: { type: "string" format: "date" } contentPublishedBeforeDate: { type: "string" format: "date" } contentPublishedInRange: { type: "string" } contentPublishedSinceDate: { type: "string" format: "date" } contentReviewedBeforeDate: { type: "string" format: "date" } contentReviewedInRange: { type: "string" } contentReviewedSinceDate: { type: "string" format: "date" } contentUpdatedBeforeDate: { type: "string" format: "date" } contentUpdatedInRange: { type: "string" } contentUpdatedSinceDate: { type: "string" format: "date" } createdBy: { type: "string" } customThumbnailUrl: { type: "string" } customThumbnailUrlContains: { type: "string" } dateContentAuthored: { type: "string" format: "date" } dateContentPublished: { type: "string" format: "date" } dateContentReviewed: { type: "string" format: "date" } dateContentUpdated: { type: "string" format: "date" } dateSyndicationCaptured: { type: "string" format: "date" } dateSyndicationUpdated: { type: "string" format: "date" } descriptionContains: { type: "string" } hash: { type: "string" } hashContains: { type: "string" } languageId: { type: "integer" format: "int64" } languageIsoCode: { type: "string" } languageName: { type: "string" } max: { type: "integer" format: "int32" } mediaTypes: { type: "string" } name: { type: "string" } nameContains: { type: "string" } offset: { type: "integer" format: "int32" } order: { type: "string" } restrictToSet: { type: "string" } sort: { type: "string" } sourceAcronym: { type: "string" } sourceAcronymContains: { type: "string" } sourceId: { type: "integer" format: "int64" } sourceName: { type: "string" } sourceNameContains: { type: "string" } sourceUrl: { type: "string" } sourceUrlContains: { type: "string" } syndicationCapturedBeforeDate: { type: "string" format: "date" } syndicationCapturedInRange: { type: "string" } syndicationCapturedSinceDate: { type: "string" format: "date" } syndicationUpdatedBeforeDate: { type: "string" format: "date" } syndicationUpdatedInRange: { type: "string" } syndicationUpdatedSinceDate: { type: "string" format: "date" } syndicationVisibleBeforeDate: { type: "string" format: "date" } syndicationVisibleInRange: { type: "string" format: "date" } syndicationVisibleSinceDate: { type: "string" format: "date" } tagIds: { type: "string" } } additionalProperties: false } output: { type: "array" items: { type: "object" properties: { callback: { type: "string" } meta: { type: "object" properties: { messages: { type: "array" items: { type: "object" properties: { errorCode: { type: "string" } errorDetail: { type: "string" } errorMessage: { type: "string" } userMessage: { type: "string" } } } } pagination: { type: "object" properties: { count: { type: "integer" } currentUrl: { type: "string" } max: { type: "integer" } nextUrl: { type: "string" } offset: { type: "integer" } pageNum: { type: "integer" } previousUrl: { type: "string" } sort: { type: "string" } total: { type: "integer" } totalPages: { type: "integer" } } } status: { type: "integer" } } } results: { type: "array" items: { type: "object" properties: { campaigns: { type: "array" items: { type: "object" properties: { contactEmail: { type: "string" } description: { type: "string" } endDate: { type: "string" format: "date" } id: { type: "integer" format: "int64" } name: { type: "string" } source: { type: "object" properties: { acronym: { type: "string" } contactEmail: { type: "string" } id: { type: "integer" format: "int64" } largeLogoUrl: { type: "string" } name: { type: "string" } smallLogoUrl: { type: "string" } websiteUrl: { type: "string" } } } startDate: { type: "string" format: "date" } } } } createdBy: { type: "string" } customAttributionUrl: { type: "string" } customPreviewUrl: { type: "string" } customThumbnailUrl: { type: "string" } dateContentAuthored: { type: "string" format: "date" } dateContentPublished: { type: "string" format: "date" } dateContentReviewed: { type: "string" format: "date" } dateContentUpdated: { type: "string" format: "date" } dateSyndicationCaptured: { type: "string" format: "date" } dateSyndicationUpdated: { type: "string" format: "date" } dateSyndicationVisible: { type: "string" format: "date" } description: { type: "string" } extendedAttributes: { type: "array" items: { type: "object" properties: { id: { type: "integer" format: "int64" } name: { type: "string" } value: { type: "string" } } } } externalGuid: { type: "string" } foreignSyndicationAPIUrl: { type: "string" } hash: { type: "string" } id: { type: "integer" format: "int64" } language: { type: "object" properties: { id: { type: "integer" format: "int64" } isActive: { type: "boolean" } isoCode: { type: "string" } name: { type: "string" } } } mediaType: { type: "string" } name: { type: "string" } source: { type: "object" additionalProperties: true } sourceUrl: { type: "string" } targetUrl: { type: "string" } } } } } } } }