Read an existing CreativeGroup.Copy Pageget https://api.moloco.cloud/cm/v1/creative-groups/{creative_group_id}Read an existing CreativeGroup.Recent RequestsLog in to see full request historyTimeStatusUser Agent Retrieving recent requests…LoadingLoading…Path Paramscreative_group_idstringrequiredThe ID of the CreativeGroup to be retrieved.Query Paramsinquiry_optionstringenumDefaults to UNKNOWN_INQUIRY_OPTIONInquiryOption to specify which information to retrieve. INQUIRY_ENTITY: Only the target entity itself is returned in response. This InquiryOption is faster than other options as it reads the single entity from the database. INQUIRY_OVERVIEW: The target entity's overview information is returned in response. In general, the overview information includes the brief content of the target entity and its related entities. This InquiryOption is slower than INQUIRY_ENTITY but the returned data size is usually smaller than that. INQUIRY_ALL: The target entity and its summary information is returned in response. This InquiryOption is equivalent to INQUIRY_ENTITY + INQUIRY_OVERVIEW, and it's slow and big. UNKNOWN_INQUIRY_OPTIONINQUIRY_ENTITYINQUIRY_OVERVIEWINQUIRY_ALLAllowed:UNKNOWN_INQUIRY_OPTIONINQUIRY_ENTITYINQUIRY_OVERVIEWINQUIRY_ALLResponses 200A successful response. defaultError. Detailed cause can be found in the details field.Updated 3 months ago Copy CreativeGroups synchronously.Delete an existing CreativeGroup.