For a deeper look into our DataScope Select REST API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials

question

Upvotes
Accepted
9 1 0 1

To add row count in the trailer for TermsAndConditionsReportTemplate

i am trying to add the number of rows at the trailer of the records. However, i keep hitting error 400. Below is the error message and what i entered under "Conditions"

Error

{"error":{"message":"Malformed request payload: Error while parsing an enum value: Requested value 'Row Count' was not found."}}


Values entered

"Trailers": [

{ "FieldType" :"Row Count",

"Justification" :"Left"

}

],

datascope-select#product
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

· Write an Answer
Upvotes
Accepted
79.3k 253 52 74

@lim.yongyik

Thank you for reaching out to us.

It should be "RowCount".

"Trailers": [
        {
            "FieldType": "RowCount",
            "Justification": "Left"
        }
    ],

You can refer to this page https://selectapi.datascope.refinitiv.com/restapi/v1/Extractions/$metadata for other values:

1695983721090.png



1695983721090.png (15.3 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.