cURL
curl --request GET \ --url https://vantage-us.abbyy.com/api/publicapi/v1/catalogs/{catalogId}/reindex/{reindexOperationId} \ --header 'Authorization: Bearer <token>'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "indexModelId": "<string>", "workflowProcessingId": "<string>", "created": "2023-11-07T05:31:56Z", "completed": "<string>", "currentState": "InProgress" }
The access token received from the authorization server in the OAuth 2.0 flow.
카탈로그 식별자입니다. 모든 카탈로그 목록에서 확인할 수 있습니다.
작업 식별자입니다. 재인덱싱 작업 시작 요청에 대한 응답에서 확인할 수 있습니다.
성공
작업의 고유 ID
문서 분석에 사용되는 인덱스 모델 ID
작업 워크플로 ID
작업이 생성된 시간
작업이 완료된 시간
InProgress
Failed
Completed
이 페이지가 도움이 되었나요?