Retrieve a list of lead molecules.

GET {{baseUrl}}/LeadMolecules?$top=<integer>&$skip=<integer>&$search=<string>&$filter=<string>&$count=<boolean>&$orderby=createdBy,externalID desc&$select=isObsolete,modifiedAt&$expand=texts,localized

Response Type:

Title: Lead Molecules

Typeobject
RequiredNo
Additional properties[Any type: allowed]
PropertyPatternTypeDeprecatedDefinitionTitle/Description
- createdAtNostringNo-The timestamp of the record creation in the Clinical Supply Managemet environment.
- createdByNostringNo-The user who created the record in the Clinical Supply Managemet environment.
- modifiedAtNostringNo-The timestamp of the last record change in the Clinical Supply Managemet environment.
- modifiedByNostringNo-The user who last changed the record in the Clinical Supply Managemet environment.
- sort_numNointegerNo--
- IDNostringNo--
- descriptionNostringNo--
- isObsoleteNobooleanNo--
- externalIDNostringNo--
- sourceSystemNostringNo--
- textsNoarrayNo--
- texts@odata.countNoobjectNoIn #/components/schemas/countThe number of entities in the collection. Available when using the $count query option.
- localizedNoobjectNoSame as Lead Molecules texts-

Property Lead Molecules > createdAt

Typestring
RequiredNo
Formatdate-time

Description: The timestamp of the record creation in the Clinical Supply Managemet environment.

Property Lead Molecules > createdBy

Typestring
RequiredNo

Description: The user who created the record in the Clinical Supply Managemet environment.

Restrictions
Max length255

Property Lead Molecules > modifiedAt

Typestring
RequiredNo
Formatdate-time

Description: The timestamp of the last record change in the Clinical Supply Managemet environment.

Property Lead Molecules > modifiedBy

Typestring
RequiredNo

Description: The user who last changed the record in the Clinical Supply Managemet environment.

Restrictions
Max length255

Property Lead Molecules > sort_num

Typeinteger
RequiredNo
Formatint32

Property Lead Molecules > ID

Typestring
RequiredNo
Restrictions
Max length5

Property Lead Molecules > description

Typestring
RequiredNo
Restrictions
Max length60

Property Lead Molecules > isObsolete

Typeboolean
RequiredNo
Defaultfalse

Property Lead Molecules > externalID

Typestring
RequiredNo

Property Lead Molecules > sourceSystem

Typestring
RequiredNo

Property Lead Molecules > texts

Typearray
RequiredNo
Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below

Lead Molecules > texts > com.sap.ctsm.backend.core.api.study.v1.StudyAPIv1.LeadMolecules_texts

Typeobject
RequiredNo
Additional properties[Any type: allowed]
Defined in#/components/schemas/com.sap.ctsm.backend.core.api.study.v1.StudyAPIv1.LeadMolecules_texts
PropertyPatternTypeDeprecatedDefinitionTitle/Description
- ID_textsNostringNo--
- localeNostringNo--
- IDNostringNo--
- descriptionNostringNo--

Property Lead Molecules > texts > Lead Molecules texts > ID_texts

Typestring
RequiredNo
Formatuuid

Property Lead Molecules > texts > Lead Molecules texts > locale

Typestring
RequiredNo
Restrictions
Max length14

Property Lead Molecules > texts > Lead Molecules texts > ID

Typestring
RequiredNo
Restrictions
Max length5

Property Lead Molecules > texts > Lead Molecules texts > description

Typestring
RequiredNo
Restrictions
Max length60

Property Lead Molecules > texts@odata.count

Typecombining
RequiredNo
Additional properties[Any type: allowed]
Defined in#/components/schemas/count

Description: The number of entities in the collection. Available when using the $count query option.

Any of(Option)
item 0
item 1

Property Lead Molecules > texts@odata.count > anyOf > item 0

Typenumber
RequiredNo

Property Lead Molecules > texts@odata.count > anyOf > item 1

Typestring
RequiredNo

Property Lead Molecules > localized

Typeobject
RequiredNo
Additional properties[Any type: allowed]
Same definition asLead Molecules texts

Generated using json-schema-for-humans on 2024-02-27 at 13:33:37 +0100

Request Params

KeyDatatypeRequiredDescription
$topstringShow only the first n items, see Paging - Top
$skipstringSkip the first n items, see Paging - Skip
$searchstringSearch items by search phrases, see Searching
$filterstringFilter items by property values, see Filtering
$countstringInclude count of items, see Count
$orderbystringOrder items by property values, see Sorting
$selectstringSelect properties to be returned, see Select
$expandstringExpand related entities, see Expand

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;info&quot;:&quot;To visualize API response schema, click on Visualization tab&quot;,&quot;@odata.count&quot;:&quot;2&quot;,&quot;value&quot;:[{&quot;createdAt&quot;:&quot;2024-2-14&quot;,&quot;createdBy&quot;:&quot;jonico&quot;,&quot;modifiedAt&quot;:&quot;0:00&quot;,&quot;modifiedBy&quot;:&quot;lillisebe&quot;,&quot;sort_num&quot;:&quot;1&quot;,&quot;ID&quot;:&quot;1&quot;,&quot;description&quot;:&quot;Postmanium&quot;,&quot;isObsolete&quot;:false,&quot;externalID&quot;:&quot;42&quot;,&quot;sourceSystem&quot;:&quot;SAP&quot;,&quot;texts&quot;:[{&quot;ID_texts&quot;:&quot;1234&quot;,&quot;locale&quot;:&quot;de&quot;,&quot;ID&quot;:&quot;1&quot;,&quot;description&quot;:&quot;Postmannium&quot;},{&quot;ID_texts&quot;:&quot;4321&quot;,&quot;locale&quot;:&quot;fr&quot;,&quot;ID&quot;:&quot;2&quot;,&quot;description&quot;:&quot;Le Postmanium&quot;}],&quot;texts@odata.count&quot;:&quot;\u003cnumber\u003e&quot;,&quot;localized&quot;:{&quot;ID_texts&quot;:&quot;\u003cuuid\u003e&quot;,&quot;locale&quot;:&quot;\u003cstring\u003e&quot;,&quot;ID&quot;:&quot;\u003cstring\u003e&quot;,&quot;description&quot;:&quot;\u003cstring\u003e&quot;}},{&quot;createdAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;createdBy&quot;:&quot;\u003cstring\u003e&quot;,&quot;modifiedAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;modifiedBy&quot;:&quot;\u003cstring\u003e&quot;,&quot;sort_num&quot;:&quot;\u003cinteger\u003e&quot;,&quot;ID&quot;:&quot;\u003cstring\u003e&quot;,&quot;description&quot;:&quot;\u003cstring\u003e&quot;,&quot;isObsolete&quot;:false,&quot;externalID&quot;:&quot;\u003cstring\u003e&quot;,&quot;sourceSystem&quot;:&quot;\u003cstring\u003e&quot;,&quot;texts&quot;:[{&quot;ID_texts&quot;:&quot;\u003cuuid\u003e&quot;,&quot;locale&quot;:&quot;\u003cstring\u003e&quot;,&quot;ID&quot;:&quot;\u003cstring\u003e&quot;,&quot;description&quot;:&quot;\u003cstring\u003e&quot;},{&quot;ID_texts&quot;:&quot;\u003cuuid\u003e&quot;,&quot;locale&quot;:&quot;\u003cstring\u003e&quot;,&quot;ID&quot;:&quot;\u003cstring\u003e&quot;,&quot;description&quot;:&quot;\u003cstring\u003e&quot;}],&quot;texts@odata.count&quot;:&quot;\u003cnumber\u003e&quot;,&quot;localized&quot;:{&quot;ID_texts&quot;:&quot;\u003cuuid\u003e&quot;,&quot;locale&quot;:&quot;\u003cstring\u003e&quot;,&quot;ID&quot;:&quot;\u003cstring\u003e&quot;,&quot;description&quot;:&quot;\u003cstring\u003e&quot;}}]}