GET
/
knowledge-base
/
v1
/
submissions
/
{id}

Authorizations

asapp-api-id
string
header
required
asapp-api-secret
string
header
required

Path Parameters

id
string
required

The unique identifier for the submission to be retrieved.

Response

200 - application/json

Information about a successfully submitted proposal to update an article in the Knowledge Base.

additionalInstructions
object[]

Specific instructions to ensure responses are relevant and address exceptions.

articleId
string

The unique identifier for the article related to the submission.

content
string

The article content, either original or refined.

id
string

The unique identifier for the submission.

metadata
object[]

Additional key-value pairs related to the article.

queryExamples
string[]

Examples of customer questions related to the article. Defaults to an empty array if not provided.

status
enum<string>

The current status of the submission.

Available options:
PENDING_REVIEW,
ACCEPTED,
REJECTED
submittedAt
string

The timestamp when the submission was created.

title
string

The article title, either original or refined.

url
string

The reference URL of the article. Defaults to an empty string if not provided.