GET api/postprocessreview?researchId={researchId}&symbol={symbol}

Executes Post Process Review for the given Research ID. Validates that research status is "Reach SL", then calls AI Process Review URL with Symbol and RequestID.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
researchId

The Research ID (Guid)

globally unique identifier

Required

symbol

The symbol/ticker for the research

string

Required

Body Parameters

None.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.