Skip to main content

Coexist API (v1)

Download OpenAPI specification:Download

AbpApiDefinition

/api/abp/api-definition

Authorizations:
oauth2
query Parameters
IncludeTypes
boolean

Responses

Response samples

Content type
No sample

AbpApplicationConfiguration

/api/abp/application-configuration

Authorizations:
oauth2
query Parameters
IncludeLocalizationResources
boolean

Responses

Response samples

Content type
No sample

AbpApplicationLocalization

/api/abp/application-localization

Authorizations:
oauth2
query Parameters
CultureName
required
string
OnlyDynamics
boolean

Responses

Response samples

Content type
No sample

AbpTenant

/api/abp/multi-tenancy/tenants/by-name/{name}

Authorizations:
oauth2
path Parameters
name
required
string

Responses

Response samples

Content type
No sample

/api/abp/multi-tenancy/tenants/by-id/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>

Responses

Response samples

Content type
No sample

Account

/api/account/register

Authorizations:
oauth2
Request Body schema:
userName
required
string [ 0 .. 256 ] characters
emailAddress
required
string <email> [ 0 .. 256 ] characters
password
required
string <password> [ 0 .. 128 ] characters
appName
required
string non-empty

Responses

Request samples

Content type
{
  • "userName": "string",
  • "emailAddress": "[email protected]",
  • "password": "pa$$word",
  • "appName": "string"
}

Response samples

Content type
No sample

/api/account/send-password-reset-code

Authorizations:
oauth2
Request Body schema:
email
required
string <email> [ 0 .. 256 ] characters
appName
required
string non-empty
returnUrl
string or null
returnUrlHash
string or null

Responses

Request samples

Content type
{
  • "email": "[email protected]",
  • "appName": "string",
  • "returnUrl": "string",
  • "returnUrlHash": "string"
}

Response samples

Content type
No sample

/api/account/verify-password-reset-token

Authorizations:
oauth2
Request Body schema:
userId
string <uuid>
resetToken
required
string non-empty

Responses

Request samples

Content type
{
  • "userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b",
  • "resetToken": "string"
}

Response samples

Content type
No sample

/api/account/reset-password

Authorizations:
oauth2
Request Body schema:
userId
string <uuid>
resetToken
required
string non-empty
password
required
string non-empty

Responses

Request samples

Content type
{
  • "userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b",
  • "resetToken": "string",
  • "password": "string"
}

Response samples

Content type
No sample

Activity

/api/app/activity

Authorizations:
oauth2
Request Body schema:
id
string <uuid>
creationTime
string <date-time>
creatorId
string or null <uuid>
lastModificationTime
string or null <date-time>
lastModifierId
string or null <uuid>
typeId
string or null
userId
string <uuid>
description
string or null
clazz
integer <int32>
clazzId
string or null
object (Sengsara.Coexist.Activities.ActivityChangeDto)
Array of objects or null (Sengsara.Coexist.Activities.ActivityDetailDto)

Responses

Request samples

Content type
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "creationTime": "2019-08-24T14:15:22Z",
  • "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
  • "lastModificationTime": "2019-08-24T14:15:22Z",
  • "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
  • "typeId": "string",
  • "userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b",
  • "description": "string",
  • "clazz": 0,
  • "clazzId": "string",
  • "change": {
    },
  • "details": [
    ]
}

Response samples

Content type
No sample

/api/app/activity

Authorizations:
oauth2
query Parameters
Sorting
string
SkipCount
integer <int32> [ 0 .. 2147483647 ]
MaxResultCount
integer <int32> [ 1 .. 2147483647 ]

Responses

Response samples

Content type
No sample

/api/app/activity/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>
Request Body schema:
id
string <uuid>
creationTime
string <date-time>
creatorId
string or null <uuid>
lastModificationTime
string or null <date-time>
lastModifierId
string or null <uuid>
typeId
string or null
userId
string <uuid>
description
string or null
clazz
integer <int32>
clazzId
string or null
object (Sengsara.Coexist.Activities.ActivityChangeDto)
Array of objects or null (Sengsara.Coexist.Activities.ActivityDetailDto)

Responses

Request samples

Content type
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "creationTime": "2019-08-24T14:15:22Z",
  • "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
  • "lastModificationTime": "2019-08-24T14:15:22Z",
  • "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
  • "typeId": "string",
  • "userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b",
  • "description": "string",
  • "clazz": 0,
  • "clazzId": "string",
  • "change": {
    },
  • "details": [
    ]
}

Response samples

Content type
No sample

/api/app/activity/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>

Responses

Response samples

Content type
No sample

/api/app/activity/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>

Responses

Response samples

Content type
No sample

Address

/api/app/address

Authorizations:
oauth2
Request Body schema:
id
string <uuid>
creationTime
string <date-time>
creatorId
string or null <uuid>
lastModificationTime
string or null <date-time>
lastModifierId
string or null <uuid>
line1
string or null
line2
string or null
line3
string or null
line4
string or null
postalCode
string or null
city
string or null
countryId
string or null
object (Sengsara.Coexist.Countries.CountryDto)

Responses

Request samples

Content type
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "creationTime": "2019-08-24T14:15:22Z",
  • "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
  • "lastModificationTime": "2019-08-24T14:15:22Z",
  • "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
  • "line1": "string",
  • "line2": "string",
  • "line3": "string",
  • "line4": "string",
  • "postalCode": "string",
  • "city": "string",
  • "countryId": "string",
  • "country": {
    }
}

Response samples

Content type
No sample

/api/app/address

Authorizations:
oauth2
query Parameters
Sorting
string
SkipCount
integer <int32> [ 0 .. 2147483647 ]
MaxResultCount
integer <int32> [ 1 .. 2147483647 ]

Responses

Response samples

Content type
No sample

/api/app/address/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>
Request Body schema:
id
string <uuid>
creationTime
string <date-time>
creatorId
string or null <uuid>
lastModificationTime
string or null <date-time>
lastModifierId
string or null <uuid>
line1
string or null
line2
string or null
line3
string or null
line4
string or null
postalCode
string or null
city
string or null
countryId
string or null
object (Sengsara.Coexist.Countries.CountryDto)

Responses

Request samples

Content type
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "creationTime": "2019-08-24T14:15:22Z",
  • "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
  • "lastModificationTime": "2019-08-24T14:15:22Z",
  • "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
  • "line1": "string",
  • "line2": "string",
  • "line3": "string",
  • "line4": "string",
  • "postalCode": "string",
  • "city": "string",
  • "countryId": "string",
  • "country": {
    }
}

Response samples

Content type
No sample

/api/app/address/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>

Responses

Response samples

Content type
No sample

/api/app/address/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>

Responses

Response samples

Content type
No sample

Article

/api/app/article

Authorizations:
oauth2
Request Body schema:
id
string <uuid>
creationTime
string <date-time>
creatorId
string or null <uuid>
lastModificationTime
string or null <date-time>
lastModifierId
string or null <uuid>
title
string or null
description
string or null
typeId
string or null
statusId
string or null
object (Sengsara.Coexist.Articles.ArticleContentDto)

Responses

Request samples

Content type
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "creationTime": "2019-08-24T14:15:22Z",
  • "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
  • "lastModificationTime": "2019-08-24T14:15:22Z",
  • "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
  • "title": "string",
  • "description": "string",
  • "typeId": "string",
  • "statusId": "string",
  • "content": {
    }
}

Response samples

Content type
No sample

/api/app/article

Authorizations:
oauth2
query Parameters
Sorting
string
SkipCount
integer <int32> [ 0 .. 2147483647 ]
MaxResultCount
integer <int32> [ 1 .. 2147483647 ]

Responses

Response samples

Content type
No sample

/api/app/article/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>
Request Body schema:
id
string <uuid>
creationTime
string <date-time>
creatorId
string or null <uuid>
lastModificationTime
string or null <date-time>
lastModifierId
string or null <uuid>
title
string or null
description
string or null
typeId
string or null
statusId
string or null
object (Sengsara.Coexist.Articles.ArticleContentDto)

Responses

Request samples

Content type
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "creationTime": "2019-08-24T14:15:22Z",
  • "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
  • "lastModificationTime": "2019-08-24T14:15:22Z",
  • "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
  • "title": "string",
  • "description": "string",
  • "typeId": "string",
  • "statusId": "string",
  • "content": {
    }
}

Response samples

Content type
No sample

/api/app/article/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>

Responses

Response samples

Content type
No sample

/api/app/article/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>

Responses

Response samples

Content type
No sample

Attachment

/api/app/attachment

Authorizations:
oauth2
Request Body schema:
id
string <uuid>
creationTime
string <date-time>
creatorId
string or null <uuid>
lastModificationTime
string or null <date-time>
lastModifierId
string or null <uuid>
name
string or null
remarks
string or null
size
integer <int64>
date
string <date-time>
object (Sengsara.Coexist.Files.FileDto)

Responses

Request samples

Content type
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "creationTime": "2019-08-24T14:15:22Z",
  • "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
  • "lastModificationTime": "2019-08-24T14:15:22Z",
  • "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
  • "name": "string",
  • "remarks": "string",
  • "size": 0,
  • "date": "2019-08-24T14:15:22Z",
  • "file": {
    }
}

Response samples

Content type
No sample

/api/app/attachment

Authorizations:
oauth2
query Parameters
Sorting
string
SkipCount
integer <int32> [ 0 .. 2147483647 ]
MaxResultCount
integer <int32> [ 1 .. 2147483647 ]

Responses

Response samples

Content type
No sample

/api/app/attachment/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>
Request Body schema:
id
string <uuid>
creationTime
string <date-time>
creatorId
string or null <uuid>
lastModificationTime
string or null <date-time>
lastModifierId
string or null <uuid>
name
string or null
remarks
string or null
size
integer <int64>
date
string <date-time>
object (Sengsara.Coexist.Files.FileDto)

Responses

Request samples

Content type
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "creationTime": "2019-08-24T14:15:22Z",
  • "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
  • "lastModificationTime": "2019-08-24T14:15:22Z",
  • "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
  • "name": "string",
  • "remarks": "string",
  • "size": 0,
  • "date": "2019-08-24T14:15:22Z",
  • "file": {
    }
}

Response samples

Content type
No sample

/api/app/attachment/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>

Responses

Response samples

Content type
No sample

/api/app/attachment/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>

Responses

Response samples

Content type
No sample

Author

/api/app/author

Authorizations:
oauth2
Request Body schema:
id
string <uuid>
name
string or null
birthDate
string <date-time>
shortBio
string or null

Responses

Request samples

Content type
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "name": "string",
  • "birthDate": "2019-08-24T14:15:22Z",
  • "shortBio": "string"
}

Response samples

Content type
No sample

/api/app/author

Authorizations:
oauth2
query Parameters
Sorting
string
SkipCount
integer <int32> [ 0 .. 2147483647 ]
MaxResultCount
integer <int32> [ 1 .. 2147483647 ]

Responses

Response samples

Content type
No sample

/api/app/author/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>
Request Body schema:
id
string <uuid>
name
string or null
birthDate
string <date-time>
shortBio
string or null

Responses

Request samples

Content type
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "name": "string",
  • "birthDate": "2019-08-24T14:15:22Z",
  • "shortBio": "string"
}

Response samples

Content type
No sample

/api/app/author/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>

Responses

Response samples

Content type
No sample

/api/app/author/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>

Responses

Response samples

Content type
No sample

Batch

/api/app/batch

Authorizations:
oauth2
Request Body schema:
id
string <uuid>
creationTime
string <date-time>
creatorId
string or null <uuid>
lastModificationTime
string or null <date-time>
lastModifierId
string or null <uuid>
typeId
string or null
object (Sengsara.Coexist.References.ReferenceDto)

Responses

Request samples

Content type
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "creationTime": "2019-08-24T14:15:22Z",
  • "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
  • "lastModificationTime": "2019-08-24T14:15:22Z",
  • "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
  • "typeId": "string",
  • "type": {
    }
}

Response samples

Content type
No sample

/api/app/batch

Authorizations:
oauth2
query Parameters
Sorting
string
SkipCount
integer <int32> [ 0 .. 2147483647 ]
MaxResultCount
integer <int32> [ 1 .. 2147483647 ]

Responses

Response samples

Content type
No sample

/api/app/batch/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>
Request Body schema:
id
string <uuid>
creationTime
string <date-time>
creatorId
string or null <uuid>
lastModificationTime
string or null <date-time>
lastModifierId
string or null <uuid>
typeId
string or null
object (Sengsara.Coexist.References.ReferenceDto)

Responses

Request samples

Content type
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "creationTime": "2019-08-24T14:15:22Z",
  • "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
  • "lastModificationTime": "2019-08-24T14:15:22Z",
  • "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
  • "typeId": "string",
  • "type": {
    }
}

Response samples

Content type
No sample

/api/app/batch/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>

Responses

Response samples

Content type
No sample

/api/app/batch/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>

Responses

Response samples

Content type
No sample

Book

/api/app/book/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>

Responses

Response samples

Content type
No sample

/api/app/book/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>
Request Body schema:
name
required
string [ 0 .. 128 ] characters
type
required
integer <int32> (Sengsara.Coexist.Books.BookType)
Enum: 0 1 2 3 4 5 6 7 8
publishDate
required
string <date>
price
required
number <float>
authorId
string <uuid>

Responses

Request samples

Content type
{
  • "name": "string",
  • "type": 0,
  • "publishDate": "2019-08-24",
  • "price": 0.1,
  • "authorId": "ee6f7132-bd0a-4fcd-83b3-a8022377067b"
}

Response samples

Content type
No sample

/api/app/book/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>

Responses

Response samples

Content type
No sample

/api/app/book

Authorizations:
oauth2
query Parameters
Sorting
string
SkipCount
integer <int32> [ 0 .. 2147483647 ]
MaxResultCount
integer <int32> [ 1 .. 2147483647 ]

Responses

Response samples

Content type
No sample

/api/app/book

Authorizations:
oauth2
Request Body schema:
name
required
string [ 0 .. 128 ] characters
type
required
integer <int32> (Sengsara.Coexist.Books.BookType)
Enum: 0 1 2 3 4 5 6 7 8
publishDate
required
string <date>
price
required
number <float>
authorId
string <uuid>

Responses

Request samples

Content type
{
  • "name": "string",
  • "type": 0,
  • "publishDate": "2019-08-24",
  • "price": 0.1,
  • "authorId": "ee6f7132-bd0a-4fcd-83b3-a8022377067b"
}

Response samples

Content type
No sample

/api/app/book/author-lookup

Authorizations:
oauth2

Responses

Response samples

Content type
No sample

Bot

/api/messages

Authorizations:
oauth2

Responses

/api/messages

Authorizations:
oauth2

Responses

Category

/api/app/category

Authorizations:
oauth2
Request Body schema:
id
string <uuid>
creationTime
string <date-time>
creatorId
string or null <uuid>
lastModificationTime
string or null <date-time>
lastModifierId
string or null <uuid>

Responses

Request samples

Content type
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "creationTime": "2019-08-24T14:15:22Z",
  • "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
  • "lastModificationTime": "2019-08-24T14:15:22Z",
  • "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db"
}

Response samples

Content type
No sample

/api/app/category

Authorizations:
oauth2
query Parameters
Sorting
string
SkipCount
integer <int32> [ 0 .. 2147483647 ]
MaxResultCount
integer <int32> [ 1 .. 2147483647 ]

Responses

Response samples

Content type
No sample

/api/app/category/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>
Request Body schema:
id
string <uuid>
creationTime
string <date-time>
creatorId
string or null <uuid>
lastModificationTime
string or null <date-time>
lastModifierId
string or null <uuid>

Responses

Request samples

Content type
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "creationTime": "2019-08-24T14:15:22Z",
  • "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
  • "lastModificationTime": "2019-08-24T14:15:22Z",
  • "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db"
}

Response samples

Content type
No sample

/api/app/category/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>

Responses

Response samples

Content type
No sample

/api/app/category/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>

Responses

Response samples

Content type
No sample

Chat

/api/app/chat/send-message

Authorizations:
oauth2
Request Body schema:
targetUserName
string or null
message
string or null

Responses

Request samples

Content type
{
  • "targetUserName": "string",
  • "message": "string"
}

Response samples

Content type
No sample

Comment

/api/app/comment

Authorizations:
oauth2
Request Body schema:
id
string <uuid>
creationTime
string <date-time>
creatorId
string or null <uuid>
lastModificationTime
string or null <date-time>
lastModifierId
string or null <uuid>
date
string <date-time>

Responses

Request samples

Content type
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "creationTime": "2019-08-24T14:15:22Z",
  • "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
  • "lastModificationTime": "2019-08-24T14:15:22Z",
  • "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
  • "date": "2019-08-24T14:15:22Z"
}

Response samples

Content type
No sample

/api/app/comment

Authorizations:
oauth2
query Parameters
Sorting
string
SkipCount
integer <int32> [ 0 .. 2147483647 ]
MaxResultCount
integer <int32> [ 1 .. 2147483647 ]

Responses

Response samples

Content type
No sample

/api/app/comment/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>
Request Body schema:
id
string <uuid>
creationTime
string <date-time>
creatorId
string or null <uuid>
lastModificationTime
string or null <date-time>
lastModifierId
string or null <uuid>
date
string <date-time>

Responses

Request samples

Content type
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "creationTime": "2019-08-24T14:15:22Z",
  • "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
  • "lastModificationTime": "2019-08-24T14:15:22Z",
  • "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
  • "date": "2019-08-24T14:15:22Z"
}

Response samples

Content type
No sample

/api/app/comment/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>

Responses

Response samples

Content type
No sample

/api/app/comment/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>

Responses

Response samples

Content type
No sample

Contact

/api/app/contact

Authorizations:
oauth2
Request Body schema:
id
string <uuid>
creationTime
string <date-time>
creatorId
string or null <uuid>
lastModificationTime
string or null <date-time>
lastModifierId
string or null <uuid>
name
string or null
shortName
string or null
remarks
string or null
email
string or null
typeId
string or null
levelId
string or null
statusId
string or null
object (Sengsara.Coexist.References.ReferenceDto)
object (Sengsara.Coexist.References.ReferenceDto)
object (Sengsara.Coexist.References.ReferenceDto)
addressId
string <uuid>
object (Sengsara.Coexist.Addresses.AddressDto)
Array of objects or null (Sengsara.Coexist.Identities.IdentityDto)

Responses

Request samples

Content type
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "creationTime": "2019-08-24T14:15:22Z",
  • "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
  • "lastModificationTime": "2019-08-24T14:15:22Z",
  • "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
  • "name": "string",
  • "shortName": "string",
  • "remarks": "string",
  • "email": "string",
  • "typeId": "string",
  • "levelId": "string",
  • "statusId": "string",
  • "type": {
    },
  • "level": {
    },
  • "status": {
    },
  • "addressId": "785d1fc4-8ab5-48f1-8685-117cac9865d6",
  • "address": {
    },
  • "identities": [
    ]
}

Response samples

Content type
No sample

/api/app/contact

Authorizations:
oauth2
query Parameters
Sorting
string
SkipCount
integer <int32> [ 0 .. 2147483647 ]
MaxResultCount
integer <int32> [ 1 .. 2147483647 ]

Responses

Response samples

Content type
No sample

/api/app/contact/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>
Request Body schema:
id
string <uuid>
creationTime
string <date-time>
creatorId
string or null <uuid>
lastModificationTime
string or null <date-time>
lastModifierId
string or null <uuid>
name
string or null
shortName
string or null
remarks
string or null
email
string or null
typeId
string or null
levelId
string or null
statusId
string or null
object (Sengsara.Coexist.References.ReferenceDto)
object (Sengsara.Coexist.References.ReferenceDto)
object (Sengsara.Coexist.References.ReferenceDto)
addressId
string <uuid>
object (Sengsara.Coexist.Addresses.AddressDto)
Array of objects or null (Sengsara.Coexist.Identities.IdentityDto)

Responses

Request samples

Content type
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "creationTime": "2019-08-24T14:15:22Z",
  • "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
  • "lastModificationTime": "2019-08-24T14:15:22Z",
  • "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
  • "name": "string",
  • "shortName": "string",
  • "remarks": "string",
  • "email": "string",
  • "typeId": "string",
  • "levelId": "string",
  • "statusId": "string",
  • "type": {
    },
  • "level": {
    },
  • "status": {
    },
  • "addressId": "785d1fc4-8ab5-48f1-8685-117cac9865d6",
  • "address": {
    },
  • "identities": [
    ]
}

Response samples

Content type
No sample

/api/app/contact/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>

Responses

Response samples

Content type
No sample

/api/app/contact/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>

Responses

Response samples

Content type
No sample

Country

/api/app/country

Authorizations:
oauth2
Request Body schema:
id
string or null
creationTime
string <date-time>
creatorId
string or null <uuid>
lastModificationTime
string or null <date-time>
lastModifierId
string or null <uuid>
name
string or null
code
string or null
symbol
string or null
flag
string or null

Responses

Request samples

Content type
{
  • "id": "string",
  • "creationTime": "2019-08-24T14:15:22Z",
  • "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
  • "lastModificationTime": "2019-08-24T14:15:22Z",
  • "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
  • "name": "string",
  • "code": "string",
  • "symbol": "string",
  • "flag": "string"
}

Response samples

Content type
No sample

/api/app/country

Authorizations:
oauth2
query Parameters
Sorting
string
SkipCount
integer <int32> [ 0 .. 2147483647 ]
MaxResultCount
integer <int32> [ 1 .. 2147483647 ]

Responses

Response samples

Content type
No sample

/api/app/country/{id}

Authorizations:
oauth2
path Parameters
id
required
string
Request Body schema:
id
string or null
creationTime
string <date-time>
creatorId
string or null <uuid>
lastModificationTime
string or null <date-time>
lastModifierId
string or null <uuid>
name
string or null
code
string or null
symbol
string or null
flag
string or null

Responses

Request samples

Content type
{
  • "id": "string",
  • "creationTime": "2019-08-24T14:15:22Z",
  • "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
  • "lastModificationTime": "2019-08-24T14:15:22Z",
  • "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
  • "name": "string",
  • "code": "string",
  • "symbol": "string",
  • "flag": "string"
}

Response samples

Content type
No sample

/api/app/country/{id}

Authorizations:
oauth2
path Parameters
id
required
string

Responses

Response samples

Content type
No sample

/api/app/country/{id}

Authorizations:
oauth2
path Parameters
id
required
string

Responses

Response samples

Content type
No sample

Currency

/api/app/currency

Authorizations:
oauth2
Request Body schema:
id
string or null
creationTime
string <date-time>
creatorId
string or null <uuid>
lastModificationTime
string or null <date-time>
lastModifierId
string or null <uuid>
name
string or null
code
string or null
flag
string or null
symbol
string or null
countryId
string or null
object (Sengsara.Coexist.Countries.CountryDto)

Responses

Request samples

Content type
{
  • "id": "string",
  • "creationTime": "2019-08-24T14:15:22Z",
  • "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
  • "lastModificationTime": "2019-08-24T14:15:22Z",
  • "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
  • "name": "string",
  • "code": "string",
  • "flag": "string",
  • "symbol": "string",
  • "countryId": "string",
  • "country": {
    }
}

Response samples

Content type
No sample

/api/app/currency

Authorizations:
oauth2
query Parameters
Sorting
string
SkipCount
integer <int32> [ 0 .. 2147483647 ]
MaxResultCount
integer <int32> [ 1 .. 2147483647 ]

Responses

Response samples

Content type
No sample

/api/app/currency/{id}

Authorizations:
oauth2
path Parameters
id
required
string
Request Body schema:
id
string or null
creationTime
string <date-time>
creatorId
string or null <uuid>
lastModificationTime
string or null <date-time>
lastModifierId
string or null <uuid>
name
string or null
code
string or null
flag
string or null
symbol
string or null
countryId
string or null
object (Sengsara.Coexist.Countries.CountryDto)

Responses

Request samples

Content type
{
  • "id": "string",
  • "creationTime": "2019-08-24T14:15:22Z",
  • "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
  • "lastModificationTime": "2019-08-24T14:15:22Z",
  • "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
  • "name": "string",
  • "code": "string",
  • "flag": "string",
  • "symbol": "string",
  • "countryId": "string",
  • "country": {
    }
}

Response samples

Content type
No sample

/api/app/currency/{id}

Authorizations:
oauth2
path Parameters
id
required
string

Responses

Response samples

Content type
No sample

/api/app/currency/{id}

Authorizations:
oauth2
path Parameters
id
required
string

Responses

Response samples

Content type
No sample

DynamicClaims

/api/account/dynamic-claims/refresh

Authorizations:
oauth2

Responses

Response samples

Content type
No sample

EmailSettings

/api/setting-management/emailing

Authorizations:
oauth2

Responses

Response samples

Content type
No sample

/api/setting-management/emailing

Authorizations:
oauth2
Request Body schema:
smtpHost
string or null <= 256 characters
smtpPort
integer <int32> [ 1 .. 65535 ]
smtpUserName
string or null <= 1024 characters
smtpPassword
string or null <password> <= 1024 characters
smtpDomain
string or null <= 1024 characters
smtpEnableSsl
boolean
smtpUseDefaultCredentials
boolean
defaultFromAddress
required
string [ 1 .. 1024 ] characters
defaultFromDisplayName
required
string [ 1 .. 1024 ] characters

Responses

Request samples

Content type
{
  • "smtpHost": "string",
  • "smtpPort": 1,
  • "smtpUserName": "string",
  • "smtpPassword": "pa$$word",
  • "smtpDomain": "string",
  • "smtpEnableSsl": true,
  • "smtpUseDefaultCredentials": true,
  • "defaultFromAddress": "string",
  • "defaultFromDisplayName": "string"
}

Response samples

Content type
No sample

/api/setting-management/emailing/send-test-email

Authorizations:
oauth2
Request Body schema:
senderEmailAddress
required
string non-empty
targetEmailAddress
required
string non-empty
subject
required
string non-empty
body
string or null

Responses

Request samples

Content type
{
  • "senderEmailAddress": "string",
  • "targetEmailAddress": "string",
  • "subject": "string",
  • "body": "string"
}

Response samples

Content type
No sample

Event

/api/app/event

Authorizations:
oauth2
Request Body schema:
id
string <uuid>
creationTime
string <date-time>
creatorId
string or null <uuid>
lastModificationTime
string or null <date-time>
lastModifierId
string or null <uuid>
description
string or null

Responses

Request samples

Content type
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "creationTime": "2019-08-24T14:15:22Z",
  • "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
  • "lastModificationTime": "2019-08-24T14:15:22Z",
  • "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
  • "description": "string"
}

Response samples

Content type
No sample

/api/app/event

Authorizations:
oauth2
query Parameters
Sorting
string
SkipCount
integer <int32> [ 0 .. 2147483647 ]
MaxResultCount
integer <int32> [ 1 .. 2147483647 ]

Responses

Response samples

Content type
No sample

/api/app/event/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>
Request Body schema:
id
string <uuid>
creationTime
string <date-time>
creatorId
string or null <uuid>
lastModificationTime
string or null <date-time>
lastModifierId
string or null <uuid>
description
string or null

Responses

Request samples

Content type
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "creationTime": "2019-08-24T14:15:22Z",
  • "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
  • "lastModificationTime": "2019-08-24T14:15:22Z",
  • "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
  • "description": "string"
}

Response samples

Content type
No sample

/api/app/event/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>

Responses

Response samples

Content type
No sample

/api/app/event/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>

Responses

Response samples

Content type
No sample

Favourite

/api/app/favourite

Authorizations:
oauth2
Request Body schema:
id
string <uuid>
creationTime
string <date-time>
creatorId
string or null <uuid>
lastModificationTime
string or null <date-time>
lastModifierId
string or null <uuid>
remarks
string or null

Responses

Request samples

Content type
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "creationTime": "2019-08-24T14:15:22Z",
  • "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
  • "lastModificationTime": "2019-08-24T14:15:22Z",
  • "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
  • "remarks": "string"
}

Response samples

Content type
No sample

/api/app/favourite

Authorizations:
oauth2
query Parameters
Sorting
string
SkipCount
integer <int32> [ 0 .. 2147483647 ]
MaxResultCount
integer <int32> [ 1 .. 2147483647 ]

Responses

Response samples

Content type
No sample

/api/app/favourite/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>
Request Body schema:
id
string <uuid>
creationTime
string <date-time>
creatorId
string or null <uuid>
lastModificationTime
string or null <date-time>
lastModifierId
string or null <uuid>
remarks
string or null

Responses

Request samples

Content type
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "creationTime": "2019-08-24T14:15:22Z",
  • "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
  • "lastModificationTime": "2019-08-24T14:15:22Z",
  • "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
  • "remarks": "string"
}

Response samples

Content type
No sample

/api/app/favourite/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>

Responses

Response samples

Content type
No sample

/api/app/favourite/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>

Responses

Response samples

Content type
No sample

Features

/api/feature-management/features

Authorizations:
oauth2
query Parameters
providerName
string
providerKey
string

Responses

Response samples

Content type
No sample

/api/feature-management/features

Authorizations:
oauth2
query Parameters
providerName
string
providerKey
string
Request Body schema:
Array of objects or null (Volo.Abp.FeatureManagement.UpdateFeatureDto)
Array
name
string or null
value
string or null

Responses

Request samples

Content type
{
  • "features": [
    ]
}

Response samples

Content type
No sample

/api/feature-management/features

Authorizations:
oauth2
query Parameters
providerName
string
providerKey
string

Responses

Response samples

Content type
No sample

File

/api/app/file

Authorizations:
oauth2
Request Body schema:
id
string <uuid>
creationTime
string <date-time>
creatorId
string or null <uuid>
lastModificationTime
string or null <date-time>
lastModifierId
string or null <uuid>
name
string or null
remarks
string or null
contentType
string or null
content
string or null

Responses

Request samples

Content type
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "creationTime": "2019-08-24T14:15:22Z",
  • "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
  • "lastModificationTime": "2019-08-24T14:15:22Z",
  • "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
  • "name": "string",
  • "remarks": "string",
  • "contentType": "string",
  • "content": "string"
}

Response samples

Content type
No sample

/api/app/file

Authorizations:
oauth2
query Parameters
Sorting
string
SkipCount
integer <int32> [ 0 .. 2147483647 ]
MaxResultCount
integer <int32> [ 1 .. 2147483647 ]

Responses

Response samples

Content type
No sample

/api/app/file/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>
Request Body schema:
id
string <uuid>
creationTime
string <date-time>
creatorId
string or null <uuid>
lastModificationTime
string or null <date-time>
lastModifierId
string or null <uuid>
name
string or null
remarks
string or null
contentType
string or null
content
string or null

Responses

Request samples

Content type
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "creationTime": "2019-08-24T14:15:22Z",
  • "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
  • "lastModificationTime": "2019-08-24T14:15:22Z",
  • "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
  • "name": "string",
  • "remarks": "string",
  • "contentType": "string",
  • "content": "string"
}

Response samples

Content type
No sample

/api/app/file/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>

Responses

Response samples

Content type
No sample

/api/app/file/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>

Responses

Response samples

Content type
No sample

Folder

/api/app/folder

Authorizations:
oauth2
Request Body schema:
id
string <uuid>
creationTime
string <date-time>
creatorId
string or null <uuid>
lastModificationTime
string or null <date-time>
lastModifierId
string or null <uuid>

Responses

Request samples

Content type
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "creationTime": "2019-08-24T14:15:22Z",
  • "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
  • "lastModificationTime": "2019-08-24T14:15:22Z",
  • "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db"
}

Response samples

Content type
No sample

/api/app/folder

Authorizations:
oauth2
query Parameters
Sorting
string
SkipCount
integer <int32> [ 0 .. 2147483647 ]
MaxResultCount
integer <int32> [ 1 .. 2147483647 ]

Responses

Response samples

Content type
No sample

/api/app/folder/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>
Request Body schema:
id
string <uuid>
creationTime
string <date-time>
creatorId
string or null <uuid>
lastModificationTime
string or null <date-time>
lastModifierId
string or null <uuid>

Responses

Request samples

Content type
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "creationTime": "2019-08-24T14:15:22Z",
  • "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
  • "lastModificationTime": "2019-08-24T14:15:22Z",
  • "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db"
}

Response samples

Content type
No sample

/api/app/folder/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>

Responses

Response samples

Content type
No sample

/api/app/folder/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>

Responses

Response samples

Content type
No sample

Greeting

/api/app/greeting/hello

Authorizations:
oauth2
query Parameters
name
string

Responses

Response samples

Content type
No sample

/api/app/greeting/generate

Authorizations:
oauth2
Request Body schema:
id
string <uuid>
name
string or null
allocation
string or null
occasion
string or null
keywords
string or null
tones
string or null
length
integer <int32>
languageId
string or null
count
integer <int32>
generatorId
string or null

Responses

Request samples

Content type
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "name": "string",
  • "allocation": "string",
  • "occasion": "string",
  • "keywords": "string",
  • "tones": "string",
  • "length": 0,
  • "languageId": "string",
  • "count": 0,
  • "generatorId": "string"
}

Response samples

Content type
No sample

Identity

/api/app/identity

Authorizations:
oauth2
Request Body schema:
id
string <uuid>
creationTime
string <date-time>
creatorId
string or null <uuid>
lastModificationTime
string or null <date-time>
lastModifierId
string or null <uuid>
value
string or null
typeId
string or null
statusId
string or null
object (Sengsara.Coexist.References.ReferenceDto)
object (Sengsara.Coexist.References.ReferenceDto)

Responses

Request samples

Content type
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "creationTime": "2019-08-24T14:15:22Z",
  • "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
  • "lastModificationTime": "2019-08-24T14:15:22Z",
  • "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
  • "value": "string",
  • "typeId": "string",
  • "statusId": "string",
  • "type": {
    },
  • "status": {
    }
}

Response samples

Content type
No sample

/api/app/identity

Authorizations:
oauth2
query Parameters
Sorting
string
SkipCount
integer <int32> [ 0 .. 2147483647 ]
MaxResultCount
integer <int32> [ 1 .. 2147483647 ]

Responses

Response samples

Content type
No sample

/api/app/identity/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>
Request Body schema:
id
string <uuid>
creationTime
string <date-time>
creatorId
string or null <uuid>
lastModificationTime
string or null <date-time>
lastModifierId
string or null <uuid>
value
string or null
typeId
string or null
statusId
string or null
object (Sengsara.Coexist.References.ReferenceDto)
object (Sengsara.Coexist.References.ReferenceDto)

Responses

Request samples

Content type
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "creationTime": "2019-08-24T14:15:22Z",
  • "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
  • "lastModificationTime": "2019-08-24T14:15:22Z",
  • "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
  • "value": "string",
  • "typeId": "string",
  • "statusId": "string",
  • "type": {
    },
  • "status": {
    }
}

Response samples

Content type
No sample

/api/app/identity/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>

Responses

Response samples

Content type
No sample

/api/app/identity/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>

Responses

Response samples

Content type
No sample

Location

/api/app/location

Authorizations:
oauth2
Request Body schema:
id
string <uuid>
creationTime
string <date-time>
creatorId
string or null <uuid>
lastModificationTime
string or null <date-time>
lastModifierId
string or null <uuid>
latitude
number <float>
longitude
number <float>
altitude
number <float>

Responses

Request samples

Content type
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "creationTime": "2019-08-24T14:15:22Z",
  • "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
  • "lastModificationTime": "2019-08-24T14:15:22Z",
  • "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
  • "latitude": 0.1,
  • "longitude": 0.1,
  • "altitude": 0.1
}

Response samples

Content type
No sample

/api/app/location

Authorizations:
oauth2
query Parameters
Sorting
string
SkipCount
integer <int32> [ 0 .. 2147483647 ]
MaxResultCount
integer <int32> [ 1 .. 2147483647 ]

Responses

Response samples

Content type
No sample

/api/app/location/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>
Request Body schema:
id
string <uuid>
creationTime
string <date-time>
creatorId
string or null <uuid>
lastModificationTime
string or null <date-time>
lastModifierId
string or null <uuid>
latitude
number <float>
longitude
number <float>
altitude
number <float>

Responses

Request samples

Content type
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "creationTime": "2019-08-24T14:15:22Z",
  • "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
  • "lastModificationTime": "2019-08-24T14:15:22Z",
  • "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
  • "latitude": 0.1,
  • "longitude": 0.1,
  • "altitude": 0.1
}

Response samples

Content type
No sample

/api/app/location/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>

Responses

Response samples

Content type
No sample

/api/app/location/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>

Responses

Response samples

Content type
No sample

Member

/api/app/member

Authorizations:
oauth2
Request Body schema:
id
string <uuid>
creationTime
string <date-time>
creatorId
string or null <uuid>
lastModificationTime
string or null <date-time>
lastModifierId
string or null <uuid>
name
string or null
remarks
string or null

Responses

Request samples

Content type
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "creationTime": "2019-08-24T14:15:22Z",
  • "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
  • "lastModificationTime": "2019-08-24T14:15:22Z",
  • "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
  • "name": "string",
  • "remarks": "string"
}

Response samples

Content type
No sample

/api/app/member

Authorizations:
oauth2
query Parameters
Sorting
string
SkipCount
integer <int32> [ 0 .. 2147483647 ]
MaxResultCount
integer <int32> [ 1 .. 2147483647 ]

Responses

Response samples

Content type
No sample

/api/app/member/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>
Request Body schema:
id
string <uuid>
creationTime
string <date-time>
creatorId
string or null <uuid>
lastModificationTime
string or null <date-time>
lastModifierId
string or null <uuid>
name
string or null
remarks
string or null

Responses

Request samples

Content type
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "creationTime": "2019-08-24T14:15:22Z",
  • "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
  • "lastModificationTime": "2019-08-24T14:15:22Z",
  • "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
  • "name": "string",
  • "remarks": "string"
}

Response samples

Content type
No sample

/api/app/member/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>

Responses

Response samples

Content type
No sample

/api/app/member/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>

Responses

Response samples

Content type
No sample

Message

/api/app/message

Authorizations:
oauth2
Request Body schema:
id
string <uuid>
creationTime
string <date-time>
creatorId
string or null <uuid>
lastModificationTime
string or null <date-time>
lastModifierId
string or null <uuid>
subject
string or null
remarks
string or null
mediaId
string or null
object (Sengsara.Coexist.References.ReferenceDto)
statusId
string or null
object (Sengsara.Coexist.References.ReferenceDto)
incoming
boolean
date
string <date-time>
receiveDate
string <date-time>
sendDate
string <date-time>

Responses

Request samples

Content type
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "creationTime": "2019-08-24T14:15:22Z",
  • "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
  • "lastModificationTime": "2019-08-24T14:15:22Z",
  • "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
  • "subject": "string",
  • "remarks": "string",
  • "mediaId": "string",
  • "media": {
    },
  • "statusId": "string",
  • "status": {
    },
  • "incoming": true,
  • "date": "2019-08-24T14:15:22Z",
  • "receiveDate": "2019-08-24T14:15:22Z",
  • "sendDate": "2019-08-24T14:15:22Z"
}

Response samples

Content type
No sample

/api/app/message

Authorizations:
oauth2
query Parameters
Sorting
string
SkipCount
integer <int32> [ 0 .. 2147483647 ]
MaxResultCount
integer <int32> [ 1 .. 2147483647 ]

Responses

Response samples

Content type
No sample

/api/app/message/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>
Request Body schema:
id
string <uuid>
creationTime
string <date-time>
creatorId
string or null <uuid>
lastModificationTime
string or null <date-time>
lastModifierId
string or null <uuid>
subject
string or null
remarks
string or null
mediaId
string or null
object (Sengsara.Coexist.References.ReferenceDto)
statusId
string or null
object (Sengsara.Coexist.References.ReferenceDto)
incoming
boolean
date
string <date-time>
receiveDate
string <date-time>
sendDate
string <date-time>

Responses

Request samples

Content type
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "creationTime": "2019-08-24T14:15:22Z",
  • "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
  • "lastModificationTime": "2019-08-24T14:15:22Z",
  • "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
  • "subject": "string",
  • "remarks": "string",
  • "mediaId": "string",
  • "media": {
    },
  • "statusId": "string",
  • "status": {
    },
  • "incoming": true,
  • "date": "2019-08-24T14:15:22Z",
  • "receiveDate": "2019-08-24T14:15:22Z",
  • "sendDate": "2019-08-24T14:15:22Z"
}

Response samples

Content type
No sample

/api/app/message/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>

Responses

Response samples

Content type
No sample

/api/app/message/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>

Responses

Response samples

Content type
No sample

Nlp

/api/app/nlp/detect-language

Authorizations:
oauth2
query Parameters
text
string

Responses

Response samples

Content type
No sample

/api/app/nlp/tokenize

Authorizations:
oauth2
query Parameters
text
string

Responses

Response samples

Content type
No sample

/api/app/nlp/lemmatize

Authorizations:
oauth2
query Parameters
text
string

Responses

Response samples

Content type
No sample

/api/app/nlp/named-entities

Authorizations:
oauth2
query Parameters
text
string

Responses

Response samples

Content type
No sample

/api/app/nlp/sentiment

Authorizations:
oauth2
query Parameters
text
string

Responses

Response samples

Content type
No sample

/api/app/nlp/summarize

Authorizations:
oauth2
query Parameters
text
string
maxLength
integer <int32>
Default: 100

Responses

Response samples

Content type
No sample

/api/app/nlp/extract-keywords

Authorizations:
oauth2
query Parameters
text
string
maxKeywords
integer <int32>
Default: 10

Responses

Response samples

Content type
No sample

/api/app/nlp/intents

Authorizations:
oauth2
query Parameters
text
string

Responses

Response samples

Content type
No sample

Notification

/api/app/notification

Authorizations:
oauth2
Request Body schema:
id
string <uuid>
creationTime
string <date-time>
creatorId
string or null <uuid>
lastModificationTime
string or null <date-time>
lastModifierId
string or null <uuid>
name
string or null
remarks
string or null

Responses

Request samples

Content type
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "creationTime": "2019-08-24T14:15:22Z",
  • "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
  • "lastModificationTime": "2019-08-24T14:15:22Z",
  • "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
  • "name": "string",
  • "remarks": "string"
}

Response samples

Content type
No sample

/api/app/notification

Authorizations:
oauth2
query Parameters
Sorting
string
SkipCount
integer <int32> [ 0 .. 2147483647 ]
MaxResultCount
integer <int32> [ 1 .. 2147483647 ]

Responses

Response samples

Content type
No sample

/api/app/notification/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>
Request Body schema:
id
string <uuid>
creationTime
string <date-time>
creatorId
string or null <uuid>
lastModificationTime
string or null <date-time>
lastModifierId
string or null <uuid>
name
string or null
remarks
string or null

Responses

Request samples

Content type
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "creationTime": "2019-08-24T14:15:22Z",
  • "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
  • "lastModificationTime": "2019-08-24T14:15:22Z",
  • "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
  • "name": "string",
  • "remarks": "string"
}

Response samples

Content type
No sample

/api/app/notification/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>

Responses

Response samples

Content type
No sample

/api/app/notification/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>

Responses

Response samples

Content type
No sample

Offer

/api/app/offer

Authorizations:
oauth2
Request Body schema:
id
string <uuid>
creationTime
string <date-time>
creatorId
string or null <uuid>
lastModificationTime
string or null <date-time>
lastModifierId
string or null <uuid>
description
string or null
expireDate
string <date-time>

Responses

Request samples

Content type
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "creationTime": "2019-08-24T14:15:22Z",
  • "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
  • "lastModificationTime": "2019-08-24T14:15:22Z",
  • "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
  • "description": "string",
  • "expireDate": "2019-08-24T14:15:22Z"
}

Response samples

Content type
No sample

/api/app/offer

Authorizations:
oauth2
query Parameters
Sorting
string
SkipCount
integer <int32> [ 0 .. 2147483647 ]
MaxResultCount
integer <int32> [ 1 .. 2147483647 ]

Responses

Response samples

Content type
No sample

/api/app/offer/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>
Request Body schema:
id
string <uuid>
creationTime
string <date-time>
creatorId
string or null <uuid>
lastModificationTime
string or null <date-time>
lastModifierId
string or null <uuid>
description
string or null
expireDate
string <date-time>

Responses

Request samples

Content type
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "creationTime": "2019-08-24T14:15:22Z",
  • "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
  • "lastModificationTime": "2019-08-24T14:15:22Z",
  • "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
  • "description": "string",
  • "expireDate": "2019-08-24T14:15:22Z"
}

Response samples

Content type
No sample

/api/app/offer/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>

Responses

Response samples

Content type
No sample

/api/app/offer/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>

Responses

Response samples

Content type
No sample

Order

/api/app/order

Authorizations:
oauth2
Request Body schema:
id
string <uuid>
creationTime
string <date-time>
creatorId
string or null <uuid>
lastModificationTime
string or null <date-time>
lastModifierId
string or null <uuid>
description
string or null

Responses

Request samples

Content type
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "creationTime": "2019-08-24T14:15:22Z",
  • "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
  • "lastModificationTime": "2019-08-24T14:15:22Z",
  • "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
  • "description": "string"
}

Response samples

Content type
No sample

/api/app/order

Authorizations:
oauth2
query Parameters
Sorting
string
SkipCount
integer <int32> [ 0 .. 2147483647 ]
MaxResultCount
integer <int32> [ 1 .. 2147483647 ]

Responses

Response samples

Content type
No sample

/api/app/order/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>
Request Body schema:
id
string <uuid>
creationTime
string <date-time>
creatorId
string or null <uuid>
lastModificationTime
string or null <date-time>
lastModifierId
string or null <uuid>
description
string or null

Responses

Request samples

Content type
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "creationTime": "2019-08-24T14:15:22Z",
  • "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
  • "lastModificationTime": "2019-08-24T14:15:22Z",
  • "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
  • "description": "string"
}

Response samples

Content type
No sample

/api/app/order/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>

Responses

Response samples

Content type
No sample

/api/app/order/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>

Responses

Response samples

Content type
No sample

Organization

/api/app/organization

Authorizations:
oauth2
Request Body schema:
id
string <uuid>
creationTime
string <date-time>
creatorId
string or null <uuid>
lastModificationTime
string or null <date-time>
lastModifierId
string or null <uuid>
name
string or null
remarks
string or null
typeId
string or null
levelId
string or null
statusId
string or null
object (Sengsara.Coexist.References.ReferenceDto)
object (Sengsara.Coexist.References.ReferenceDto)
object (Sengsara.Coexist.References.ReferenceDto)

Responses

Request samples

Content type
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "creationTime": "2019-08-24T14:15:22Z",
  • "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
  • "lastModificationTime": "2019-08-24T14:15:22Z",
  • "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
  • "name": "string",
  • "remarks": "string",
  • "typeId": "string",
  • "levelId": "string",
  • "statusId": "string",
  • "type": {
    },
  • "level": {
    },
  • "status": {
    }
}

Response samples

Content type
No sample

/api/app/organization

Authorizations:
oauth2
query Parameters
Sorting
string
SkipCount
integer <int32> [ 0 .. 2147483647 ]
MaxResultCount
integer <int32> [ 1 .. 2147483647 ]

Responses

Response samples

Content type
No sample

/api/app/organization/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>
Request Body schema:
id
string <uuid>
creationTime
string <date-time>
creatorId
string or null <uuid>
lastModificationTime
string or null <date-time>
lastModifierId
string or null <uuid>
name
string or null
remarks
string or null
typeId
string or null
levelId
string or null
statusId
string or null
object (Sengsara.Coexist.References.ReferenceDto)
object (Sengsara.Coexist.References.ReferenceDto)
object (Sengsara.Coexist.References.ReferenceDto)

Responses

Request samples

Content type
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "creationTime": "2019-08-24T14:15:22Z",
  • "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
  • "lastModificationTime": "2019-08-24T14:15:22Z",
  • "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
  • "name": "string",
  • "remarks": "string",
  • "typeId": "string",
  • "levelId": "string",
  • "statusId": "string",
  • "type": {
    },
  • "level": {
    },
  • "status": {
    }
}

Response samples

Content type
No sample

/api/app/organization/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>

Responses

Response samples

Content type
No sample

/api/app/organization/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>

Responses

Response samples

Content type
No sample

PermissionIntegration

/integration-api/permission-management/permissions/is-granted

Authorizations:
oauth2
query Parameters
Array of objects (Volo.Abp.PermissionManagement.IsGrantedRequest)

Responses

Response samples

Content type
No sample

Permissions

/api/permission-management/permissions

Authorizations:
oauth2
query Parameters
providerName
string
providerKey
string

Responses

Response samples

Content type
No sample

/api/permission-management/permissions

Authorizations:
oauth2
query Parameters
providerName
string
providerKey
string
Request Body schema:
Array of objects or null (Volo.Abp.PermissionManagement.UpdatePermissionDto)
Array
name
string or null
isGranted
boolean

Responses

Request samples

Content type
{
  • "permissions": [
    ]
}

Response samples

Content type
No sample

Process

/api/app/process

Authorizations:
oauth2
Request Body schema:
id
string <uuid>
description
string or null

Responses

Request samples

Content type
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "description": "string"
}

Response samples

Content type
No sample

/api/app/process

Authorizations:
oauth2
query Parameters
Sorting
string
SkipCount
integer <int32> [ 0 .. 2147483647 ]
MaxResultCount
integer <int32> [ 1 .. 2147483647 ]

Responses

Response samples

Content type
No sample

/api/app/process/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>
Request Body schema:
id
string <uuid>
description
string or null

Responses

Request samples

Content type
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "description": "string"
}

Response samples

Content type
No sample

/api/app/process/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>

Responses

Response samples

Content type
No sample

/api/app/process/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>

Responses

Response samples

Content type
No sample

Product

/api/app/product

Authorizations:
oauth2
Request Body schema:
id
string <uuid>
creationTime
string <date-time>
creatorId
string or null <uuid>
lastModificationTime
string or null <date-time>
lastModifierId
string or null <uuid>
name
string or null
object (Sengsara.Coexist.Categories.CategoryDto)

Responses

Request samples

Content type
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "creationTime": "2019-08-24T14:15:22Z",
  • "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
  • "lastModificationTime": "2019-08-24T14:15:22Z",
  • "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
  • "name": "string",
  • "category": {
    }
}

Response samples

Content type
No sample

/api/app/product

Authorizations:
oauth2
query Parameters
Sorting
string
SkipCount
integer <int32> [ 0 .. 2147483647 ]
MaxResultCount
integer <int32> [ 1 .. 2147483647 ]

Responses

Response samples

Content type
No sample

/api/app/product/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>
Request Body schema:
id
string <uuid>
creationTime
string <date-time>
creatorId
string or null <uuid>
lastModificationTime
string or null <date-time>
lastModifierId
string or null <uuid>
name
string or null
object (Sengsara.Coexist.Categories.CategoryDto)

Responses

Request samples

Content type
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "creationTime": "2019-08-24T14:15:22Z",
  • "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
  • "lastModificationTime": "2019-08-24T14:15:22Z",
  • "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
  • "name": "string",
  • "category": {
    }
}

Response samples

Content type
No sample

/api/app/product/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>

Responses

Response samples

Content type
No sample

/api/app/product/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>

Responses

Response samples

Content type
No sample

Profile

/api/account/my-profile

Authorizations:
oauth2

Responses

Response samples

Content type
No sample

/api/account/my-profile

Authorizations:
oauth2
Request Body schema:
userName
string or null [ 0 .. 256 ] characters
email
string or null [ 0 .. 256 ] characters
name
string or null [ 0 .. 64 ] characters
surname
string or null [ 0 .. 64 ] characters
phoneNumber
string or null [ 0 .. 16 ] characters
concurrencyStamp
string or null

Responses

Request samples

Content type
{
  • "userName": "string",
  • "email": "string",
  • "name": "string",
  • "surname": "string",
  • "phoneNumber": "string",
  • "concurrencyStamp": "string"
}

Response samples

Content type
No sample

/api/account/my-profile/change-password

Authorizations:
oauth2
Request Body schema:
currentPassword
string or null [ 0 .. 128 ] characters
newPassword
required
string [ 0 .. 128 ] characters

Responses

Request samples

Content type
{
  • "currentPassword": "string",
  • "newPassword": "string"
}

Response samples

Content type
No sample

Reaction

/api/app/reaction

Authorizations:
oauth2
Request Body schema:
id
string <uuid>
creationTime
string <date-time>
creatorId
string or null <uuid>
lastModificationTime
string or null <date-time>
lastModifierId
string or null <uuid>
typeId
string or null
object (Sengsara.Coexist.References.ReferenceDto)

Responses

Request samples

Content type
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "creationTime": "2019-08-24T14:15:22Z",
  • "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
  • "lastModificationTime": "2019-08-24T14:15:22Z",
  • "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
  • "typeId": "string",
  • "type": {
    }
}

Response samples

Content type
No sample

/api/app/reaction

Authorizations:
oauth2
query Parameters
Sorting
string
SkipCount
integer <int32> [ 0 .. 2147483647 ]
MaxResultCount
integer <int32> [ 1 .. 2147483647 ]

Responses

Response samples

Content type
No sample

/api/app/reaction/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>
Request Body schema:
id
string <uuid>
creationTime
string <date-time>
creatorId
string or null <uuid>
lastModificationTime
string or null <date-time>
lastModifierId
string or null <uuid>
typeId
string or null
object (Sengsara.Coexist.References.ReferenceDto)

Responses

Request samples

Content type
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "creationTime": "2019-08-24T14:15:22Z",
  • "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
  • "lastModificationTime": "2019-08-24T14:15:22Z",
  • "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
  • "typeId": "string",
  • "type": {
    }
}

Response samples

Content type
No sample

/api/app/reaction/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>

Responses

Response samples

Content type
No sample

/api/app/reaction/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>

Responses

Response samples

Content type
No sample

Reference

/api/app/reference

Authorizations:
oauth2
Request Body schema:
id
string or null
creationTime
string <date-time>
creatorId
string or null <uuid>
lastModificationTime
string or null <date-time>
lastModifierId
string or null <uuid>
name
string or null
remarks
string or null

Responses

Request samples

Content type
{
  • "id": "string",
  • "creationTime": "2019-08-24T14:15:22Z",
  • "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
  • "lastModificationTime": "2019-08-24T14:15:22Z",
  • "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
  • "name": "string",
  • "remarks": "string"
}

Response samples

Content type
No sample

/api/app/reference

Authorizations:
oauth2
query Parameters
Sorting
string
SkipCount
integer <int32> [ 0 .. 2147483647 ]
MaxResultCount
integer <int32> [ 1 .. 2147483647 ]

Responses

Response samples

Content type
No sample

/api/app/reference/{id}

Authorizations:
oauth2
path Parameters
id
required
string
Request Body schema:
id
string or null
creationTime
string <date-time>
creatorId
string or null <uuid>
lastModificationTime
string or null <date-time>
lastModifierId
string or null <uuid>
name
string or null
remarks
string or null

Responses

Request samples

Content type
{
  • "id": "string",
  • "creationTime": "2019-08-24T14:15:22Z",
  • "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
  • "lastModificationTime": "2019-08-24T14:15:22Z",
  • "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
  • "name": "string",
  • "remarks": "string"
}

Response samples

Content type
No sample

/api/app/reference/{id}

Authorizations:
oauth2
path Parameters
id
required
string

Responses

Response samples

Content type
No sample

/api/app/reference/{id}

Authorizations:
oauth2
path Parameters
id
required
string

Responses

Response samples

Content type
No sample

Registration

/api/app/registration/register

Authorizations:
oauth2
query Parameters
userName
string
emailAddress
string
password
string

Responses

Response samples

Content type
No sample

Request

/api/app/request

Authorizations:
oauth2
Request Body schema:
id
string <uuid>
creationTime
string <date-time>
creatorId
string or null <uuid>
lastModificationTime
string or null <date-time>
lastModifierId
string or null <uuid>
description
string or null

Responses

Request samples

Content type
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "creationTime": "2019-08-24T14:15:22Z",
  • "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
  • "lastModificationTime": "2019-08-24T14:15:22Z",
  • "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
  • "description": "string"
}

Response samples

Content type
No sample

/api/app/request

Authorizations:
oauth2
query Parameters
Sorting
string
SkipCount
integer <int32> [ 0 .. 2147483647 ]
MaxResultCount
integer <int32> [ 1 .. 2147483647 ]

Responses

Response samples

Content type
No sample

/api/app/request/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>
Request Body schema:
id
string <uuid>
creationTime
string <date-time>
creatorId
string or null <uuid>
lastModificationTime
string or null <date-time>
lastModifierId
string or null <uuid>
description
string or null

Responses

Request samples

Content type
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "creationTime": "2019-08-24T14:15:22Z",
  • "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
  • "lastModificationTime": "2019-08-24T14:15:22Z",
  • "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
  • "description": "string"
}

Response samples

Content type
No sample

/api/app/request/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>

Responses

Response samples

Content type
No sample

/api/app/request/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>

Responses

Response samples

Content type
No sample

Role

/api/identity/roles/all

Authorizations:
oauth2

Responses

Response samples

Content type
No sample

/api/identity/roles

Authorizations:
oauth2
query Parameters
Filter
string
Sorting
string
SkipCount
integer <int32> [ 0 .. 2147483647 ]
MaxResultCount
integer <int32> [ 1 .. 2147483647 ]
object

Responses

Response samples

Content type
No sample

/api/identity/roles

Authorizations:
oauth2
Request Body schema:
name
required
string [ 0 .. 256 ] characters
isDefault
boolean
isPublic
boolean

Responses

Request samples

Content type
{
  • "name": "string",
  • "isDefault": true,
  • "isPublic": true
}

Response samples

Content type
No sample

/api/identity/roles/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>

Responses

Response samples

Content type
No sample

/api/identity/roles/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>
Request Body schema:
name
required
string [ 0 .. 256 ] characters
isDefault
boolean
isPublic
boolean
concurrencyStamp
string or null

Responses

Request samples

Content type
{
  • "name": "string",
  • "isDefault": true,
  • "isPublic": true,
  • "concurrencyStamp": "string"
}

Response samples

Content type
No sample

/api/identity/roles/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>

Responses

Response samples

Content type
No sample

Sequence

/api/app/sequence

Authorizations:
oauth2
Request Body schema:
id
string <uuid>
creationTime
string <date-time>
creatorId
string or null <uuid>
lastModificationTime
string or null <date-time>
lastModifierId
string or null <uuid>

Responses

Request samples

Content type
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "creationTime": "2019-08-24T14:15:22Z",
  • "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
  • "lastModificationTime": "2019-08-24T14:15:22Z",
  • "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db"
}

Response samples

Content type
No sample

/api/app/sequence

Authorizations:
oauth2
query Parameters
Sorting
string
SkipCount
integer <int32> [ 0 .. 2147483647 ]
MaxResultCount
integer <int32> [ 1 .. 2147483647 ]

Responses

Response samples

Content type
No sample

/api/app/sequence/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>
Request Body schema:
id
string <uuid>
creationTime
string <date-time>
creatorId
string or null <uuid>
lastModificationTime
string or null <date-time>
lastModifierId
string or null <uuid>

Responses

Request samples

Content type
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "creationTime": "2019-08-24T14:15:22Z",
  • "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
  • "lastModificationTime": "2019-08-24T14:15:22Z",
  • "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db"
}

Response samples

Content type
No sample

/api/app/sequence/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>

Responses

Response samples

Content type
No sample

/api/app/sequence/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>

Responses

Response samples

Content type
No sample

Tag

/api/app/tag

Authorizations:
oauth2
Request Body schema:
id
string or null
creationTime
string <date-time>
creatorId
string or null <uuid>
lastModificationTime
string or null <date-time>
lastModifierId
string or null <uuid>
name
string or null

Responses

Request samples

Content type
{
  • "id": "string",
  • "creationTime": "2019-08-24T14:15:22Z",
  • "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
  • "lastModificationTime": "2019-08-24T14:15:22Z",
  • "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
  • "name": "string"
}

Response samples

Content type
No sample

/api/app/tag

Authorizations:
oauth2
query Parameters
Sorting
string
SkipCount
integer <int32> [ 0 .. 2147483647 ]
MaxResultCount
integer <int32> [ 1 .. 2147483647 ]

Responses

Response samples

Content type
No sample

/api/app/tag/{id}

Authorizations:
oauth2
path Parameters
id
required
string
Request Body schema:
id
string or null
creationTime
string <date-time>
creatorId
string or null <uuid>
lastModificationTime
string or null <date-time>
lastModifierId
string or null <uuid>
name
string or null

Responses

Request samples

Content type
{
  • "id": "string",
  • "creationTime": "2019-08-24T14:15:22Z",
  • "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
  • "lastModificationTime": "2019-08-24T14:15:22Z",
  • "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
  • "name": "string"
}

Response samples

Content type
No sample

/api/app/tag/{id}

Authorizations:
oauth2
path Parameters
id
required
string

Responses

Response samples

Content type
No sample

/api/app/tag/{id}

Authorizations:
oauth2
path Parameters
id
required
string

Responses

Response samples

Content type
No sample

Tazk

/api/app/tazk

Authorizations:
oauth2
Request Body schema:
id
string <uuid>
creationTime
string <date-time>
creatorId
string or null <uuid>
lastModificationTime
string or null <date-time>
lastModifierId
string or null <uuid>
description
string or null

Responses

Request samples

Content type
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "creationTime": "2019-08-24T14:15:22Z",
  • "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
  • "lastModificationTime": "2019-08-24T14:15:22Z",
  • "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
  • "description": "string"
}

Response samples

Content type
No sample

/api/app/tazk

Authorizations:
oauth2
query Parameters
Sorting
string
SkipCount
integer <int32> [ 0 .. 2147483647 ]
MaxResultCount
integer <int32> [ 1 .. 2147483647 ]

Responses

Response samples

Content type
No sample

/api/app/tazk/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>
Request Body schema:
id
string <uuid>
creationTime
string <date-time>
creatorId
string or null <uuid>
lastModificationTime
string or null <date-time>
lastModifierId
string or null <uuid>
description
string or null

Responses

Request samples

Content type
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "creationTime": "2019-08-24T14:15:22Z",
  • "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
  • "lastModificationTime": "2019-08-24T14:15:22Z",
  • "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
  • "description": "string"
}

Response samples

Content type
No sample

/api/app/tazk/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>

Responses

Response samples

Content type
No sample

/api/app/tazk/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>

Responses

Response samples

Content type
No sample

Template

/api/app/template

Authorizations:
oauth2
Request Body schema:
id
string <uuid>
creationTime
string <date-time>
creatorId
string or null <uuid>
lastModificationTime
string or null <date-time>
lastModifierId
string or null <uuid>
name
string or null
remarks
string or null

Responses

Request samples

Content type
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "creationTime": "2019-08-24T14:15:22Z",
  • "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
  • "lastModificationTime": "2019-08-24T14:15:22Z",
  • "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
  • "name": "string",
  • "remarks": "string"
}

Response samples

Content type
No sample

/api/app/template

Authorizations:
oauth2
query Parameters
Sorting
string
SkipCount
integer <int32> [ 0 .. 2147483647 ]
MaxResultCount
integer <int32> [ 1 .. 2147483647 ]

Responses

Response samples

Content type
No sample

/api/app/template/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>
Request Body schema:
id
string <uuid>
creationTime
string <date-time>
creatorId
string or null <uuid>
lastModificationTime
string or null <date-time>
lastModifierId
string or null <uuid>
name
string or null
remarks
string or null

Responses

Request samples

Content type
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "creationTime": "2019-08-24T14:15:22Z",
  • "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
  • "lastModificationTime": "2019-08-24T14:15:22Z",
  • "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
  • "name": "string",
  • "remarks": "string"
}

Response samples

Content type
No sample

/api/app/template/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>

Responses

Response samples

Content type
No sample

/api/app/template/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>

Responses

Response samples

Content type
No sample

Tenant

/api/multi-tenancy/tenants/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>

Responses

Response samples

Content type
No sample

/api/multi-tenancy/tenants/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>
Request Body schema:
name
required
string [ 0 .. 64 ] characters
concurrencyStamp
string or null

Responses

Request samples

Content type
{
  • "name": "string",
  • "concurrencyStamp": "string"
}

Response samples

Content type
No sample

/api/multi-tenancy/tenants/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>

Responses

Response samples

Content type
No sample

/api/multi-tenancy/tenants

Authorizations:
oauth2
query Parameters
Filter
string
Sorting
string
SkipCount
integer <int32> [ 0 .. 2147483647 ]
MaxResultCount
integer <int32> [ 1 .. 2147483647 ]

Responses

Response samples

Content type
No sample

/api/multi-tenancy/tenants

Authorizations:
oauth2
Request Body schema:
name
required
string [ 0 .. 64 ] characters
adminEmailAddress
required
string <email> [ 1 .. 256 ] characters
adminPassword
required
string [ 1 .. 128 ] characters

Responses

Request samples

Content type
{}

Response samples

Content type
No sample

/api/multi-tenancy/tenants/{id}/default-connection-string

Authorizations:
oauth2
path Parameters
id
required
string <uuid>

Responses

Response samples

Content type
No sample

/api/multi-tenancy/tenants/{id}/default-connection-string

Authorizations:
oauth2
path Parameters
id
required
string <uuid>
query Parameters
defaultConnectionString
string

Responses

Response samples

Content type
No sample

/api/multi-tenancy/tenants/{id}/default-connection-string

Authorizations:
oauth2
path Parameters
id
required
string <uuid>

Responses

Response samples

Content type
No sample

Ticket

/api/app/ticket

Authorizations:
oauth2
Request Body schema:
id
string <uuid>
creationTime
string <date-time>
creatorId
string or null <uuid>
lastModificationTime
string or null <date-time>
lastModifierId
string or null <uuid>
subject
string or null
object (Sengsara.Coexist.Categories.CategoryDto)

Responses

Request samples

Content type
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "creationTime": "2019-08-24T14:15:22Z",
  • "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
  • "lastModificationTime": "2019-08-24T14:15:22Z",
  • "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
  • "subject": "string",
  • "category": {
    }
}

Response samples

Content type
No sample

/api/app/ticket

Authorizations:
oauth2
query Parameters
Sorting
string
SkipCount
integer <int32> [ 0 .. 2147483647 ]
MaxResultCount
integer <int32> [ 1 .. 2147483647 ]

Responses

Response samples

Content type
No sample

/api/app/ticket/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>
Request Body schema:
id
string <uuid>
creationTime
string <date-time>
creatorId
string or null <uuid>
lastModificationTime
string or null <date-time>
lastModifierId
string or null <uuid>
subject
string or null
object (Sengsara.Coexist.Categories.CategoryDto)

Responses

Request samples

Content type
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "creationTime": "2019-08-24T14:15:22Z",
  • "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
  • "lastModificationTime": "2019-08-24T14:15:22Z",
  • "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
  • "subject": "string",
  • "category": {
    }
}

Response samples

Content type
No sample

/api/app/ticket/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>

Responses

Response samples

Content type
No sample

/api/app/ticket/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>

Responses

Response samples

Content type
No sample

TimeZoneSettings

/api/setting-management/timezone

Authorizations:
oauth2

Responses

Response samples

Content type
No sample

/api/setting-management/timezone

Authorizations:
oauth2
query Parameters
timezone
string

Responses

Response samples

Content type
No sample

/api/setting-management/timezone/timezones

Authorizations:
oauth2

Responses

Response samples

Content type
No sample

Trigger

/api/app/trigger

Authorizations:
oauth2
Request Body schema:
id
string <uuid>
creationTime
string <date-time>
creatorId
string or null <uuid>
lastModificationTime
string or null <date-time>
lastModifierId
string or null <uuid>
name
string or null
remarks
string or null

Responses

Request samples

Content type
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "creationTime": "2019-08-24T14:15:22Z",
  • "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
  • "lastModificationTime": "2019-08-24T14:15:22Z",
  • "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
  • "name": "string",
  • "remarks": "string"
}

Response samples

Content type
No sample

/api/app/trigger

Authorizations:
oauth2
query Parameters
Sorting
string
SkipCount
integer <int32> [ 0 .. 2147483647 ]
MaxResultCount
integer <int32> [ 1 .. 2147483647 ]

Responses

Response samples

Content type
No sample

/api/app/trigger/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>
Request Body schema:
id
string <uuid>
creationTime
string <date-time>
creatorId
string or null <uuid>
lastModificationTime
string or null <date-time>
lastModifierId
string or null <uuid>
name
string or null
remarks
string or null

Responses

Request samples

Content type
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "creationTime": "2019-08-24T14:15:22Z",
  • "creatorId": "688ebf54-d343-4104-8711-82c2feac534a",
  • "lastModificationTime": "2019-08-24T14:15:22Z",
  • "lastModifierId": "f2b9d124-6853-48ad-ac21-7964cdf660db",
  • "name": "string",
  • "remarks": "string"
}

Response samples

Content type
No sample

/api/app/trigger/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>

Responses

Response samples

Content type
No sample

/api/app/trigger/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>

Responses

Response samples

Content type
No sample

User

/api/identity/users/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>

Responses

Response samples

Content type
No sample

/api/identity/users/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>
Request Body schema:
userName
required
string [ 0 .. 256 ] characters
name
string or null [ 0 .. 64 ] characters
surname
string or null [ 0 .. 64 ] characters
email
required
string <email> [ 0 .. 256 ] characters
phoneNumber
string or null [ 0 .. 16 ] characters
isActive
boolean
lockoutEnabled
boolean
roleNames
Array of strings or null
password
string or null [ 0 .. 128 ] characters
concurrencyStamp
string or null

Responses

Request samples

Content type
{
  • "userName": "string",
  • "name": "string",
  • "surname": "string",
  • "email": "[email protected]",
  • "phoneNumber": "string",
  • "isActive": true,
  • "lockoutEnabled": true,
  • "roleNames": [
    ],
  • "password": "string",
  • "concurrencyStamp": "string"
}

Response samples

Content type
No sample

/api/identity/users/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>

Responses

Response samples

Content type
No sample

/api/identity/users

Authorizations:
oauth2
query Parameters
Filter
string
Sorting
string
SkipCount
integer <int32> [ 0 .. 2147483647 ]
MaxResultCount
integer <int32> [ 1 .. 2147483647 ]
object

Responses

Response samples

Content type
No sample

/api/identity/users

Authorizations:
oauth2
Request Body schema:
userName
required
string [ 0 .. 256 ] characters
name
string or null [ 0 .. 64 ] characters
surname
string or null [ 0 .. 64 ] characters
email
required
string <email> [ 0 .. 256 ] characters
phoneNumber
string or null [ 0 .. 16 ] characters
isActive
boolean
lockoutEnabled
boolean
roleNames
Array of strings or null
password
required
string [ 0 .. 128 ] characters

Responses

Request samples

Content type
{
  • "userName": "string",
  • "name": "string",
  • "surname": "string",
  • "email": "[email protected]",
  • "phoneNumber": "string",
  • "isActive": true,
  • "lockoutEnabled": true,
  • "roleNames": [
    ],
  • "password": "string"
}

Response samples

Content type
No sample

/api/identity/users/{id}/roles

Authorizations:
oauth2
path Parameters
id
required
string <uuid>

Responses

Response samples

Content type
No sample

/api/identity/users/{id}/roles

Authorizations:
oauth2
path Parameters
id
required
string <uuid>
Request Body schema:
roleNames
required
Array of strings

Responses

Request samples

Content type
{
  • "roleNames": [
    ]
}

Response samples

Content type
No sample

/api/identity/users/assignable-roles

Authorizations:
oauth2

Responses

Response samples

Content type
No sample

/api/identity/users/by-username/{userName}

Authorizations:
oauth2
path Parameters
userName
required
string

Responses

Response samples

Content type
No sample

/api/identity/users/by-email/{email}

Authorizations:
oauth2
path Parameters
email
required
string

Responses

Response samples

Content type
No sample

UserIntegration

/integration-api/identity/users/{id}/role-names

Authorizations:
oauth2
path Parameters
id
required
string <uuid>

Responses

Response samples

Content type
No sample

/integration-api/identity/users/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>

Responses

Response samples

Content type
No sample

/integration-api/identity/users/by-username/{userName}

Authorizations:
oauth2
path Parameters
userName
required
string

Responses

Response samples

Content type
No sample

/integration-api/identity/users/search

Authorizations:
oauth2
query Parameters
Filter
string
Sorting
string
SkipCount
integer <int32> [ 0 .. 2147483647 ]
MaxResultCount
integer <int32> [ 1 .. 2147483647 ]
object

Responses

Response samples

Content type
No sample

/integration-api/identity/users/count

Authorizations:
oauth2
query Parameters
Filter
string

Responses

Response samples

Content type
No sample

UserLookup

/api/identity/users/lookup/{id}

Authorizations:
oauth2
path Parameters
id
required
string <uuid>

Responses

Response samples

Content type
No sample

/api/identity/users/lookup/by-username/{userName}

Authorizations:
oauth2
path Parameters
userName
required
string

Responses

Response samples

Content type
No sample

/api/identity/users/lookup/search

Authorizations:
oauth2
query Parameters
Filter
string
Sorting
string
SkipCount
integer <int32> [ 0 .. 2147483647 ]
MaxResultCount
integer <int32> [ 1 .. 2147483647 ]
object

Responses

Response samples

Content type
No sample

/api/identity/users/lookup/count

Authorizations:
oauth2
query Parameters
Filter
string

Responses

Response samples

Content type
No sample