I have the metadata of all the required fields and modules/levels. I'm trying to use the REST API's content/contentid to get details on a single record. When I make a call and use the ID for that record (ticket number) it doesn't return anything.
However, if I go to the record in the GUI, examine the HTML and search for contentid
I find a completely unrelated string. If I input that string into the API call it returns that record.
When I search with that contentID, the output contains
"RequestedObject": {
"Id": X,
"LevelId": Y,
"SequentialId": Z,
}
Where "ID":X
is what seems like a randomly generated number, and "SequentialId":Z
is what is the identifier for the record.
If I look at the metadata for the fields, the ticket number has the "IsKey":True
value. No other fields have that.
Any suggestions would be helpful.