Rating Evaluations

The rating evaluation is the rating assigned by a rating agency to a business, government or another entity.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
int32

The RatingEvaluationId field in the RatingEvaluation table is an integer data type that uniquely identifies a particular rating evaluation record stored in the table.

int32 | null

The ParentId field of data type int in the RatingEvaluation table is used to store the foreign key for the parent record of this record. It is used to connect ratings to a parent rating, or to link the record to any other table in the database.

string | null

The ParentStringId field in the RatingEvaluation table is an nvarchar data type field with a maximum length of 128. It will store a unique identifier generated by the application that references the parent object associated with a particular rating evaluation record.

int32

RatingId is an integer field in the RatingEvaluation table used to uniquely identify each individual rating entry. It is a primary key and is auto-generated upon entry.

string
required
length between 1 and 32

RatingAgencyId is a nvarchar field with a maximum length of 32 that is used to store a 32-character identification code to link together related rating evaluations in the RatingEvaluation table.

string
required
length between 1 and 32

The RatingOutlookId field in the RatingEvaluation table is a nvarchar field with a maximum length of 32 characters. This field contains an ID that identifies the outlook of a rating, such as strong positive, stable, or negative.

date-time
required

The RatingDate field in the RatingEvaluation table contains the date when the rating evaluation was performed. It is stored as a date data type.

string | null

Miscellaneous notes and information for the entry or record.

Headers
string
enum
Defaults to application/json;odata.metadata=minimal;odata.streaming=true

Generated from available request content types

Response
200

OK

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!