ListResearchContextsViewModel: {
    client_id: number;
    code: number;
    errorCode?: number | null;
    errorMessage?: string | null;
    errorName?: string | null;
    errorType?: string | null;
    research_contexts: ResearchContext[];
    status: boolean;
}

Type declaration

  • client_id: number

    Client ID for which the research contexts are to be listed.

  • code: number
  • Optional errorCode?: number | null
  • Optional errorMessage?: string | null
  • Optional errorName?: string | null
  • Optional errorType?: string | null
  • research_contexts: ResearchContext[]

    List of research contexts for the client.

  • status: boolean

Generated using TypeDoc