SAS logoSAS® Mobile Investigator API
    Preparing search index...

    Interface ToEntitySummary

    The summary of the to side of a relationship. Given from the mobile services summary endpoint.

    interface ToEntitySummary {
        canCreate: boolean;
        canSearch: boolean;
        imageUrl: string;
        relationships: Relationship[];
        requireSearchBeforeCreate?: boolean;
        type: string;
        typeLabel: string;
    }
    Index

    Properties

    canCreate: boolean
    canSearch: boolean
    imageUrl: string
    relationships: Relationship[]
    requireSearchBeforeCreate?: boolean
    type: string
    typeLabel: string