Skip to content

odmApi::BatchOfIds

Request model for getting links by many IDs.

Properties

Name Type Description Notes
firstType character Type of the objects.
firstIds set[character] Array of the object IDs with the same type.
offset integer Param says to skip that many links before beginning to return links. Default: 0. [optional]
limit integer Param says to limit the count of returned links. Default: 1000. [optional]