Limitations

  1. Object Type Annotation supports the following two values. Other values are not accepted.
    • com.sap.appiot.security:spi
    • com.sap.appiot.security:pii
  2. Property annotations accept only the values that are available in the same package. Other random values are not accepted.
  3. $expand is supported only for Get Object Types by ID (Single Object Type) and not for Get all Object Types.
  4. 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
  5. Batch requests with Content-ID header are not supported.
  6. $batch is only supported for object type instances and instance associations.