조건에 맞는 오디언스 속성을 검색합니다.
cURL
curl --request GET \ --url https://your_a2_service/audiences/attributes \ --header 'Authorization: Bearer <token>'
[ { "code": "<string>", "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "no": 123, "owner_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "value_count": 123, "visibility": "public", "created_at": "2023-11-07T05:31:56Z", "description": "<string>", "updated_at": "2023-11-07T05:31:56Z" } ]
The access token received from the authorization server in the OAuth 2.0 flow.
Successful Response
속성 식별 코드
AudienceSegment, Audience의 속성 키로 사용
1 - 32
속성 이름
소유자 ID
속성 가능 값의 수
공개 범위
public
private
생성 일시
속성 설명
변경 일시
이 페이지가 도움이 되었나요?