Limitations
- Object Type Annotation supports the following two values. Other values are not accepted.
- com.sap.appiot.security:spi
- com.sap.appiot.security:pii
- Property annotations accept only the values that are available in the same package. Other random values are not accepted.
- $expand is supported only for Get Object Types by ID (Single Object Type) and not for Get all Object Types.
- Only the below$expand values are supported for Get Object Types:
- Single Expand
- $expand = Properties
- $expand = Descriptions
- $expand = Annotations
- $expand = Properties/Annotations
- $expand = Properties
- Multiple Expand
- $expand = Descriptions, Properties/Annotations, Properties/Descriptions
- $expand = Descriptions, Annotations
- $expand = Properties, Annotations
- Batch requests with Content-ID header are not supported.
- $batch is only supported for object type instances and instance associations.