' Options: 'Date: 2026-04-04 06:46:16 'Version: 8.52 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://pfapi.pstpf.com.au/api ' '''GlobalNamespace: '''MakePartial: True '''MakeVirtual: True '''MakeDataContractsExtensible: False '''AddReturnMarker: True '''AddDescriptionAsComments: True '''AddDataContractAttributes: False '''AddIndexesToDataMembers: False '''AddGeneratedCodeAttributes: False '''AddResponseStatus: False '''AddImplicitVersion: '''InitializeCollections: False '''ExportValueTypes: False 'IncludeTypes: GetList.* '''ExcludeTypes: '''AddNamespaces: '''AddDefaultXmlNamespace: http://schemas.servicestack.net/types Imports System Imports System.IO Imports System.Collections Imports System.Collections.Generic Imports System.Runtime.Serialization Imports ServiceStack Imports ServiceStack.DataAnnotations Imports Eros.Saguna.Common.WebAPIModel.Models Imports Eros.Subtle.Canvara.WebAPIModel.ServiceModel Namespace Global Namespace Eros.Saguna.Common.WebAPIModel.Models Public Partial Class ListItemModel Public Overridable Property ListItemId As Guid Public Overridable Property Name As String Public Overridable Property Description As String Public Overridable Property ShortName As String Public Overridable Property IsDefault As Boolean Public Overridable Property Order As Integer Public Overridable Property ListItemTrafficLightId As Guid Public Overridable Property PrimaryListItemImageId As Guid Public Overridable Property PrimaryListItemImageUrl As String Public Overridable Property PrimaryImageThumbnailUrl As String Public Overridable Property OwnerContactId As Guid Public Overridable Property RecordStatus As String End Class Public Partial Class ListModel Public Overridable Property ListId As Guid Public Overridable Property Name As String Public Overridable Property Description As String Public Overridable Property ShortName As String Public Overridable Property OwnerContactId As Guid Public Overridable Property IsStandard As Boolean Public Overridable Property RecordStatus As String Public Overridable Property DefaultListItemId As Guid Public Overridable Property DefaultListItemName As String Public Overridable Property HasImageForListItem As Boolean Public Overridable Property HasTrafficLightForListItem As Boolean Public Overridable Property ListItems As List(Of ListItemModel) Public Overridable Property PermissionEdit As Boolean Public Overridable Property PermissionAdd As Boolean Public Overridable Property PermissionDelete As Boolean End Class End Namespace Namespace Eros.Subtle.Canvara.WebAPIModel.ServiceModel ''' '''Get specified list and list items ''' Public Partial Class GetList Implements IReturn(Of GetListResponse) ''' '''Get list and list items for the specified list id ''' Public Overridable Property ListId As Guid End Class Public Partial Class GetListResponse Public Overridable Property List As ListModel Public Overridable Property ResponseStatus As ResponseStatus End Class End Namespace Namespace ServiceStack Public Partial Class ResponseStatus Implements IMeta Public Overridable Property ErrorCode As String Public Overridable Property Message As String Public Overridable Property StackTrace As String Public Overridable Property Errors As List(Of ResponseError) Public Overridable Property Meta As Dictionary(Of String, String) Implements IMeta.Meta End Class End Namespace End Namespace