Skip to main content

API v1 (Expanded)

My API v1

Scroll down for code samples, example requests and responses. Select a language for code samples from the tabs above or the mobile navigation menu.

Authentication

  • API Key (Bearer)
    • Parameter Name: Authorization, in: header. JWT Authorization header using the Bearer scheme. \r\n\r\n Enter 'Bearer' [space] and then your token in the text input below. \r\n\r\nExample: 'Bearer 12345abcdef'

Account

GET /api/Account

GET /api/Account

Example responses

200 Response

{"id":"string","displayName":"string","email":"string","roles":["string"],"bio":"string","org":{"id":"497f6eca-6276-4993-bfeb-53cbbbba6f08","name":"string","alias":"string","address":"string"},"lock":true,"archived":"2019-08-24T14:15:22Z"}
{
"id": "string",
"displayName": "string",
"email": "string",
"roles": [
"string"
],
"bio": "string",
"org": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"alias": "string",
"address": "string"
},
"lock": true,
"archived": "2019-08-24T14:15:22Z"
}

Responses

StatusMeaningDescriptionSchema
200OKSuccessUserDto

Accounts

GET /api/elevated/Accounts/roles

GET /api/elevated/Accounts/roles

Example responses

200 Response

[{"id":"string","name":"string","normalizedName":"string","concurrencyStamp":"string","description":"string"}]
[
{
"id": "string",
"name": "string",
"normalizedName": "string",
"concurrencyStamp": "string",
"description": "string"
}
]

Responses

StatusMeaningDescriptionSchema
200OKSuccessInline

Response Schema

Status Code 200

NameTypeRequiredRestrictionsDescription
anonymous[AppRole]falsenonenone

POST /api/elevated/Accounts/roles

POST /api/elevated/Accounts/roles

Body parameter

{
"id": "string",
"name": "string",
"normalizedName": "string",
"concurrencyStamp": "string",
"description": "string"
}

Parameters

NameInTypeRequiredDescription
bodybodyAppRolefalsenone

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

GET /api/elevated/Accounts/orgs

GET /api/elevated/Accounts/orgs

Example responses

200 Response

[{"id":"497f6eca-6276-4993-bfeb-53cbbbba6f08","name":"string","alias":"string","address":"string"}]
[
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"alias": "string",
"address": "string"
}
]

Responses

StatusMeaningDescriptionSchema
200OKSuccessInline

Response Schema

Status Code 200

NameTypeRequiredRestrictionsDescription
anonymous[AppOrg]falsenonenone

POST /api/elevated/Accounts/orgs

POST /api/elevated/Accounts/orgs

Body parameter

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"alias": "string",
"address": "string"
}

Parameters

NameInTypeRequiredDescription
bodybodyAppOrgfalsenone

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

POST /api/elevated/Accounts/orgs/{id}

POST /api/elevated/Accounts/orgs/{id}

Body parameter

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"alias": "string",
"address": "string"
}

Parameters

NameInTypeRequiredDescription
idpathstring(uuid)truenone
bodybodyAppOrgfalsenone

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

GET /api/elevated/Accounts

GET /api/elevated/Accounts

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

POST /api/elevated/Accounts

POST /api/elevated/Accounts

Body parameter

{
"email": "user@example.com",
"displayName": "string",
"orgId": "25b2c2d5-a7fc-47d0-89e4-8709a1560bfa",
"bio": "string",
"roles": [
"string"
],
"lock": true
}

Parameters

NameInTypeRequiredDescription
bodybodyRegisterDtofalsenone

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

GET /api/elevated/Accounts/{email}

GET /api/elevated/Accounts/{email}

Parameters

NameInTypeRequiredDescription
emailpathstringtruenone

Example responses

200 Response

{"email":"user@example.com","displayName":"string","orgId":"25b2c2d5-a7fc-47d0-89e4-8709a1560bfa","bio":"string","roles":["string"],"lock":true}
{
"email": "user@example.com",
"displayName": "string",
"orgId": "25b2c2d5-a7fc-47d0-89e4-8709a1560bfa",
"bio": "string",
"roles": [
"string"
],
"lock": true
}

Responses

StatusMeaningDescriptionSchema
200OKSuccessRegisterDto

POST /api/elevated/Accounts/{email}

POST /api/elevated/Accounts/{email}

Body parameter

{
"email": "user@example.com",
"displayName": "string",
"orgId": "25b2c2d5-a7fc-47d0-89e4-8709a1560bfa",
"bio": "string",
"roles": [
"string"
],
"lock": true
}

Parameters

NameInTypeRequiredDescription
emailpathstringtruenone
bodybodyRegisterDtofalsenone

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

Buggy

GET /api/Buggy/not-found

GET /api/Buggy/not-found

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

GET /api/Buggy/bad-request

GET /api/Buggy/bad-request

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

GET /api/Buggy/server-error

GET /api/Buggy/server-error

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

GET /api/Buggy/unauthorised

GET /api/Buggy/unauthorised

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

Discussion

GET /api/Discussion/{reference}

GET /api/Discussion/{reference}

Parameters

NameInTypeRequiredDescription
referencepathstringtruenone

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

POST /api/Discussion

POST /api/Discussion

Body parameter

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"reference": "string",
"section": "string",
"topic": "string",
"description": "string",
"postedBy": "string",
"timestamp": "2019-08-24T14:15:22Z",
"mentions": [
"string"
],
"tags": [
"string"
],
"replies": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"discussionId": "9a94c521-c61a-42fa-ab06-09bac5ba5181",
"body": "string",
"postedBy": "string",
"timestamp": "2019-08-24T14:15:22Z",
"mentions": [
"string"
],
"tags": [
"string"
]
}
]
}

Parameters

NameInTypeRequiredDescription
bodybodyDiscussionfalsenone

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

POST /api/Discussion/{id}

POST /api/Discussion/{id}

Body parameter

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"reference": "string",
"section": "string",
"topic": "string",
"description": "string",
"postedBy": "string",
"timestamp": "2019-08-24T14:15:22Z",
"mentions": [
"string"
],
"tags": [
"string"
],
"replies": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"discussionId": "9a94c521-c61a-42fa-ab06-09bac5ba5181",
"body": "string",
"postedBy": "string",
"timestamp": "2019-08-24T14:15:22Z",
"mentions": [
"string"
],
"tags": [
"string"
]
}
]
}

Parameters

NameInTypeRequiredDescription
idpathstring(uuid)truenone
bodybodyDiscussionfalsenone

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

DELETE /api/Discussion/{id}

DELETE /api/Discussion/{id}

Parameters

NameInTypeRequiredDescription
idpathstring(uuid)truenone

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

POST /api/Discussion/{discussionId}/reply

POST /api/Discussion/{discussionId}/reply

Body parameter

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"discussionId": "9a94c521-c61a-42fa-ab06-09bac5ba5181",
"body": "string",
"postedBy": "string",
"timestamp": "2019-08-24T14:15:22Z",
"mentions": [
"string"
],
"tags": [
"string"
]
}

Parameters

NameInTypeRequiredDescription
discussionIdpathstring(uuid)truenone
bodybodyReplyfalsenone

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

POST /api/Discussion/{discussionId}/reply/{id}

POST /api/Discussion/{discussionId}/reply/{id}

Body parameter

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"discussionId": "9a94c521-c61a-42fa-ab06-09bac5ba5181",
"body": "string",
"postedBy": "string",
"timestamp": "2019-08-24T14:15:22Z",
"mentions": [
"string"
],
"tags": [
"string"
]
}

Parameters

NameInTypeRequiredDescription
discussionIdpathstring(uuid)truenone
idpathstring(uuid)truenone
bodybodyReplyfalsenone

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

DELETE /api/Discussion/{discussionId}/reply/{id}

DELETE /api/Discussion/{discussionId}/reply/{id}

Parameters

NameInTypeRequiredDescription
discussionIdpathstring(uuid)truenone
idpathstring(uuid)truenone

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

Gene

GET /api/Gene

GET /api/Gene

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

POST /api/Gene

POST /api/Gene

Body parameter

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"strainId": "c68d9ccb-3cae-4d38-a081-a863f8e0ff98",
"accessionNumber": "string",
"geneName": "string",
"function": "string",
"product": "string",
"functionalCategory": "string",
"geneExternalIds": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"externalIdRef": "string",
"externalId": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"genePublicData": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"type": "string",
"proteomics": "string",
"mutant": "string",
"comments": "string",
"start": "string",
"end": "string",
"orientation": "string",
"geneLength": "string",
"location": "string",
"geneSequence": "string",
"molecularMass": "string",
"isoelectricPoint": "string",
"proteinLength": "string",
"proteinSequence": "string",
"pfam": "string",
"m/Leprae": "string",
"m/Marinum": "string",
"m/Smegmatis": "string",
"cryo": "string",
"xRay": "string",
"model": "string",
"ligand": "string"
},
"geneEssentiality": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"classification": "string",
"condition": "string",
"strain": "string",
"method": "string",
"reference": "string",
"notes": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"geneProteinProduction": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"production": "string",
"method": "string",
"purity": "string",
"date": "2019-08-24T14:15:22Z",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"geneProteinActivityAssay": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"activity": "string",
"type": "string",
"throughput": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"geneCRISPRiStrain": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"crispRiStrain": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"geneResistanceMutation": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"mutation": "string",
"isolate": "string",
"parentStrain": "string",
"compound": "string",
"shiftInMIC": "string",
"org": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"geneVulnerability": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"rank": "string",
"uVi": "string",
"iVi": "string",
"viRatio": "string",
"vulnerabilityCondition": "string",
"operon": "string",
"confounded": "string",
"shell2015Operon": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"geneHypomorphs": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"knockdownStrain": "string",
"phenotype": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"geneUnpublishedStructures": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"organization": "string",
"method": "string",
"resolution": "string",
"ligands": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
]
}

Parameters

NameInTypeRequiredDescription
bodybodyGenefalsenone

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

GET /api/Gene/{id}

GET /api/Gene/{id}

Parameters

NameInTypeRequiredDescription
idpathstring(uuid)truenone

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

POST /api/Gene/{id}

POST /api/Gene/{id}

Body parameter

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"accessionNumber": "string",
"geneName": "string",
"function": "string",
"product": "string",
"functionalCategory": "string",
"genePublicData": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"type": "string",
"proteomics": "string",
"mutant": "string",
"comments": "string",
"start": "string",
"end": "string",
"orientation": "string",
"geneLength": "string",
"location": "string",
"geneSequence": "string",
"molecularMass": "string",
"isoelectricPoint": "string",
"proteinLength": "string",
"proteinSequence": "string",
"pfam": "string",
"m/Leprae": "string",
"m/Marinum": "string",
"m/Smegmatis": "string",
"cryo": "string",
"xRay": "string",
"model": "string",
"ligand": "string"
}
}

Parameters

NameInTypeRequiredDescription
idpathstring(uuid)truenone
bodybodyGenePublicEditDTOfalsenone

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

DELETE /api/Gene/{id}

DELETE /api/Gene/{id}

Parameters

NameInTypeRequiredDescription
idpathstring(uuid)truenone

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

GET /api/Gene/by-accession/{accessionNo}

GET /api/Gene/by-accession/{accessionNo}

Parameters

NameInTypeRequiredDescription
accessionNopathstringtruenone

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

GET /api/Gene/{id}/history

GET /api/Gene/{id}/history

Parameters

NameInTypeRequiredDescription
idpathstring(uuid)truenone

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

POST /api/Gene/promotionrequest/{targetName}

POST /api/Gene/promotionrequest/{targetName}

Body parameter

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"genePromtionRequestGenes": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"genePromotionRequestId": "ef12751d-8cf1-4196-aef2-f96d96d25b46",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9"
}
],
"targetName": "string",
"targetType": "string",
"genePromotionRequestStatus": "string",
"genePromotionRequestValues": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"genePromotionRequestId": "ef12751d-8cf1-4196-aef2-f96d96d25b46",
"question": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"identification": "string",
"module": "string",
"subModule": "string",
"questionBody": "string",
"notes": "string",
"toolTip": "string",
"possibleAnswers": [
"string"
]
},
"questionId": "ffa0420e-f70b-4e5b-99a0-434bff860467",
"answer": "string",
"description": "string",
"answerdBy": "string"
}
]
}

Parameters

NameInTypeRequiredDescription
targetNamepathstringtruenone
bodybodyGenePromotionRequestfalsenone

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

GET /api/Gene/{id}/promotionrequest

GET /api/Gene/{id}/promotionrequest

Parameters

NameInTypeRequiredDescription
targetNamequerystringfalsenone
idpathstringtruenone

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

GET /api/Gene/{targetName}/validateNewTargetName

GET /api/Gene/{targetName}/validateNewTargetName

Parameters

NameInTypeRequiredDescription
targetNamepathstringtruenone

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

POST /api/Gene/{geneId}/essentiality

POST /api/Gene/{geneId}/essentiality

Body parameter

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"classification": "string",
"condition": "string",
"strain": "string",
"method": "string",
"reference": "string",
"notes": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}

Parameters

NameInTypeRequiredDescription
geneIdpathstring(uuid)truenone
bodybodyGeneEssentialityfalsenone

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

POST /api/Gene/{geneId}/essentiality/{id}

POST /api/Gene/{geneId}/essentiality/{id}

Body parameter

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"classification": "string",
"condition": "string",
"strain": "string",
"method": "string",
"reference": "string",
"notes": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}

Parameters

NameInTypeRequiredDescription
geneIdpathstring(uuid)truenone
idpathstring(uuid)truenone
bodybodyGeneEssentialityfalsenone

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

POST /api/Gene/{geneId}/proteinproduction

POST /api/Gene/{geneId}/proteinproduction

Body parameter

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"production": "string",
"method": "string",
"purity": "string",
"date": "2019-08-24T14:15:22Z",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}

Parameters

NameInTypeRequiredDescription
geneIdpathstring(uuid)truenone
bodybodyGeneProteinProductionfalsenone

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

POST /api/Gene/{geneId}/proteinproduction/{id}

POST /api/Gene/{geneId}/proteinproduction/{id}

Body parameter

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"production": "string",
"method": "string",
"purity": "string",
"date": "2019-08-24T14:15:22Z",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}

Parameters

NameInTypeRequiredDescription
geneIdpathstring(uuid)truenone
idpathstring(uuid)truenone
bodybodyGeneProteinProductionfalsenone

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

POST /api/Gene/{geneId}/proteinactivityassay

POST /api/Gene/{geneId}/proteinactivityassay

Body parameter

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"activity": "string",
"type": "string",
"throughput": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}

Parameters

NameInTypeRequiredDescription
geneIdpathstring(uuid)truenone
bodybodyGeneProteinActivityAssayfalsenone

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

POST /api/Gene/{geneId}/proteinactivityassay/{id}

POST /api/Gene/{geneId}/proteinactivityassay/{id}

Body parameter

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"activity": "string",
"type": "string",
"throughput": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}

Parameters

NameInTypeRequiredDescription
geneIdpathstring(uuid)truenone
idpathstring(uuid)truenone
bodybodyGeneProteinActivityAssayfalsenone

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

POST /api/Gene/{geneId}/crispristrain

POST /api/Gene/{geneId}/crispristrain

Body parameter

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"crispRiStrain": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}

Parameters

NameInTypeRequiredDescription
geneIdpathstring(uuid)truenone
bodybodyGeneCRISPRiStrainfalsenone

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

POST /api/Gene/{geneId}/crispristrain/{id}

POST /api/Gene/{geneId}/crispristrain/{id}

Body parameter

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"crispRiStrain": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}

Parameters

NameInTypeRequiredDescription
geneIdpathstring(uuid)truenone
idpathstring(uuid)truenone
bodybodyGeneCRISPRiStrainfalsenone

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

POST /api/Gene/{geneId}/resistancemutation

POST /api/Gene/{geneId}/resistancemutation

Body parameter

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"mutation": "string",
"isolate": "string",
"parentStrain": "string",
"compound": "string",
"shiftInMIC": "string",
"org": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}

Parameters

NameInTypeRequiredDescription
geneIdpathstring(uuid)truenone
bodybodyGeneResistanceMutationfalsenone

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

POST /api/Gene/{geneId}/resistancemutation/{id}

POST /api/Gene/{geneId}/resistancemutation/{id}

Body parameter

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"mutation": "string",
"isolate": "string",
"parentStrain": "string",
"compound": "string",
"shiftInMIC": "string",
"org": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}

Parameters

NameInTypeRequiredDescription
geneIdpathstring(uuid)truenone
idpathstring(uuid)truenone
bodybodyGeneResistanceMutationfalsenone

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

POST /api/Gene/{geneId}/unpublishedstructures

POST /api/Gene/{geneId}/unpublishedstructures

Body parameter

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"organization": "string",
"method": "string",
"resolution": "string",
"ligands": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}

Parameters

NameInTypeRequiredDescription
geneIdpathstring(uuid)truenone
bodybodyGeneUnpublishedStructuresfalsenone

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

POST /api/Gene/{geneId}/unpublishedstructures/{id}

POST /api/Gene/{geneId}/unpublishedstructures/{id}

Body parameter

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"organization": "string",
"method": "string",
"resolution": "string",
"ligands": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}

Parameters

NameInTypeRequiredDescription
geneIdpathstring(uuid)truenone
idpathstring(uuid)truenone
bodybodyGeneUnpublishedStructuresfalsenone

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

POST /api/Gene/{geneId}/vulnerability

POST /api/Gene/{geneId}/vulnerability

Body parameter

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"rank": "string",
"uVi": "string",
"iVi": "string",
"viRatio": "string",
"vulnerabilityCondition": "string",
"operon": "string",
"confounded": "string",
"shell2015Operon": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}

Parameters

NameInTypeRequiredDescription
geneIdpathstring(uuid)truenone
bodybodyGeneVulnerabilityfalsenone

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

POST /api/Gene/{geneId}/vulnerability/{id}

POST /api/Gene/{geneId}/vulnerability/{id}

Body parameter

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"rank": "string",
"uVi": "string",
"iVi": "string",
"viRatio": "string",
"vulnerabilityCondition": "string",
"operon": "string",
"confounded": "string",
"shell2015Operon": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}

Parameters

NameInTypeRequiredDescription
geneIdpathstring(uuid)truenone
idpathstring(uuid)truenone
bodybodyGeneVulnerabilityfalsenone

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

POST /api/Gene/{geneId}/hypomorph

POST /api/Gene/{geneId}/hypomorph

Body parameter

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"knockdownStrain": "string",
"phenotype": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}

Parameters

NameInTypeRequiredDescription
geneIdpathstring(uuid)truenone
bodybodyGeneHypomorphfalsenone

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

POST /api/Gene/{geneId}/hypomorph/{id}

POST /api/Gene/{geneId}/hypomorph/{id}

Body parameter

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"knockdownStrain": "string",
"phenotype": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}

Parameters

NameInTypeRequiredDescription
geneIdpathstring(uuid)truenone
idpathstring(uuid)truenone
bodybodyGeneHypomorphfalsenone

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

GET /api/elevated/Gene/promotionrequests

GET /api/elevated/Gene/promotionrequests

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

GET /api/elevated/Gene/groups

GET /api/elevated/Gene/groups

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

POST /api/elevated/Gene/groups

POST /api/elevated/Gene/groups

Body parameter

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"strainId": "c68d9ccb-3cae-4d38-a081-a863f8e0ff98",
"name": "string",
"type": "string",
"genes": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneGroupId": "ee44a9df-bc3d-455e-9532-c0c75cc025f5",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"accessionNumber": "string",
"gene": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"strainId": "c68d9ccb-3cae-4d38-a081-a863f8e0ff98",
"accessionNumber": "string",
"geneName": "string",
"function": "string",
"product": "string",
"functionalCategory": "string",
"geneExternalIds": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"externalIdRef": "string",
"externalId": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"genePublicData": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"type": "string",
"proteomics": "string",
"mutant": "string",
"comments": "string",
"start": "string",
"end": "string",
"orientation": "string",
"geneLength": "string",
"location": "string",
"geneSequence": "string",
"molecularMass": "string",
"isoelectricPoint": "string",
"proteinLength": "string",
"proteinSequence": "string",
"pfam": "string",
"m/Leprae": "string",
"m/Marinum": "string",
"m/Smegmatis": "string",
"cryo": "string",
"xRay": "string",
"model": "string",
"ligand": "string"
},
"geneEssentiality": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"classification": "string",
"condition": "string",
"strain": "string",
"method": "string",
"reference": "string",
"notes": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"geneProteinProduction": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"production": "string",
"method": "string",
"purity": "string",
"date": "2019-08-24T14:15:22Z",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"geneProteinActivityAssay": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"activity": "string",
"type": "string",
"throughput": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"geneCRISPRiStrain": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"crispRiStrain": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"geneResistanceMutation": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"mutation": "string",
"isolate": "string",
"parentStrain": "string",
"compound": "string",
"shiftInMIC": "string",
"org": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"geneVulnerability": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"rank": "string",
"uVi": "string",
"iVi": "string",
"viRatio": "string",
"vulnerabilityCondition": "string",
"operon": "string",
"confounded": "string",
"shell2015Operon": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"geneHypomorphs": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"knockdownStrain": "string",
"phenotype": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"geneUnpublishedStructures": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"organization": "string",
"method": "string",
"resolution": "string",
"ligands": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
]
},
"strainId": "c68d9ccb-3cae-4d38-a081-a863f8e0ff98"
}
]
}

Parameters

NameInTypeRequiredDescription
bodybodyGeneGroupfalsenone

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

GET /api/elevated/Gene/groups/{groupId}

GET /api/elevated/Gene/groups/{groupId}

Parameters

NameInTypeRequiredDescription
groupIdpathstring(uuid)truenone

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

POST /api/elevated/Gene/{accessionNo}/externalId

POST /api/elevated/Gene/{accessionNo}/externalId

Body parameter

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"externalIdRef": "string",
"externalId": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}

Parameters

NameInTypeRequiredDescription
accessionNopathstringtruenone
bodybodyGeneExternalIdfalsenone

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

GeneConfig

GET /api/GeneConfig/promote/questionaire

GET /api/GeneConfig/promote/questionaire

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

GET /api/GeneConfig/groups/search-by-gene-id/{geneId}

GET /api/GeneConfig/groups/search-by-gene-id/{geneId}

Parameters

NameInTypeRequiredDescription
geneIdpathstring(uuid)truenone

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

General

GET /api/General/app-vars

GET /api/General/app-vars

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

Hit

POST /api/Hit

POST /api/Hit

Body parameter

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"screenId": "0a3dc761-8e38-4c8a-ab93-391c2eb0c3c1",
"externalCompoundIds": "string",
"targetName": "string",
"library": "string",
"source": "string",
"method": "string",
"mic": 0,
"micCondition": "string",
"iC50": 0,
"clusterGroup": "string",
"smile": "string",
"molWeight": "string",
"molArea": "string"
}

Parameters

NameInTypeRequiredDescription
bodybodyHitCSVDTOfalsenone

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

Horizon

GET /api/Horizon/{entryPointName}

GET /api/Horizon/{entryPointName}

Parameters

NameInTypeRequiredDescription
entryPointNamepathstringtruenone

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

GET /api/Horizon/by-accession/{accessionNumber}

GET /api/Horizon/by-accession/{accessionNumber}

Parameters

NameInTypeRequiredDescription
accessionNumberpathstringtruenone

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

Project

GET /api/Project

GET /api/Project

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

GET /api/Project/{id}

GET /api/Project/{id}

Parameters

NameInTypeRequiredDescription
idpathstring(uuid)truenone

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

POST /api/Project/{id}

POST /api/Project/{id}

Body parameter

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"teamPriority": "string",
"teamPriorityDescription": "string",
"teamProbability": "string",
"teamProbabilityDescription": "string"
}

Parameters

NameInTypeRequiredDescription
idpathstring(uuid)truenone
bodybodyProjectPriorityProbabilityDTOfalsenone

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

GET /api/Project/{projectId}/compoundevolution

GET /api/Project/{projectId}/compoundevolution

Parameters

NameInTypeRequiredDescription
projectIdpathstring(uuid)truenone

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

POST /api/elevated/Project

POST /api/elevated/Project

Body parameter

{
"projectName": "string",
"screenId": "0a3dc761-8e38-4c8a-ab93-391c2eb0c3c1",
"baseHits": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"screenId": "0a3dc761-8e38-4c8a-ab93-391c2eb0c3c1",
"targetName": "string",
"library": "string",
"source": "string",
"method": "string",
"mic": 0,
"micCondition": "string",
"iC50": 0,
"clusterGroup": 0,
"compoundId": "7bd121cb-f376-4a53-aaa0-99a4ed392648",
"compound": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"strainId": "c68d9ccb-3cae-4d38-a081-a863f8e0ff98",
"externalCompoundIds": "string",
"smile": "string",
"molWeight": "string",
"molArea": "string",
"createdAt": "2019-08-24T14:15:22Z"
},
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string",
"voteId": "fe9ca470-231f-4db6-a89a-539efac0ad92",
"vote": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"elementId": "7d5101f9-b2fe-42c1-88fa-7ad5ef49633e",
"positive": 0,
"neutral": 0,
"negative": 0,
"isVotingAllowed": true,
"lastModified": "2019-08-24T14:15:22Z",
"voters": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"voteId": "fe9ca470-231f-4db6-a89a-539efac0ad92",
"voterEmail": "string",
"votedPositive": true,
"votedNeutral": true,
"votedNegative": true,
"votedOn": "2019-08-24T14:15:22Z",
"comment": "string"
}
],
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
}
],
"representationStructure": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"strainId": "c68d9ccb-3cae-4d38-a081-a863f8e0ff98",
"externalCompoundIds": "string",
"smile": "string",
"molWeight": "string",
"molArea": "string",
"createdAt": "2019-08-24T14:15:22Z"
},
"primaryOrg": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"alias": "string",
"address": "string"
},
"supportingOrgs": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"alias": "string",
"address": "string"
}
],
"fhaStart": "2019-08-24T14:15:22Z",
"fhaDescription": "string"
}

Parameters

NameInTypeRequiredDescription
bodybodyProjectCreateDTOfalsenone

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

POST /api/elevated/Project/unlinked

POST /api/elevated/Project/unlinked

Body parameter

{
"projectName": "string",
"representationStructure": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"strainId": "c68d9ccb-3cae-4d38-a081-a863f8e0ff98",
"externalCompoundIds": "string",
"smile": "string",
"molWeight": "string",
"molArea": "string",
"createdAt": "2019-08-24T14:15:22Z"
},
"representationStructureSMILE": "string",
"representationStructureExternalCompoundIds": "string",
"primaryOrg": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"alias": "string",
"address": "string"
},
"supportingOrgs": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"alias": "string",
"address": "string"
}
],
"fhaStart": "2019-08-24T14:15:22Z",
"fhaDescription": "string",
"molWeight": "string",
"molArea": "string",
"mic": 0,
"iC50": 0
}

Parameters

NameInTypeRequiredDescription
bodybodyUnlinkedProjectCreateDTOfalsenone

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

POST /api/elevated/Project/{id}

POST /api/elevated/Project/{id}

Body parameter

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"priority": "string",
"priorityDescription": "string",
"probability": "string",
"probabilityDescription": "string",
"teamPriority": "string",
"teamPriorityDescription": "string",
"teamProbability": "string",
"teamProbabilityDescription": "string",
"fhaStart": "2019-08-24T14:15:22Z",
"fhaPredictedStart": "2019-08-24T14:15:22Z",
"fhaDescription": "string",
"h2LStart": "2019-08-24T14:15:22Z",
"h2LPredictedStart": "2019-08-24T14:15:22Z",
"h2LDescription": "string",
"loStart": "2019-08-24T14:15:22Z",
"loPredictedStart": "2019-08-24T14:15:22Z",
"loDescription": "string",
"spStart": "2019-08-24T14:15:22Z",
"spPredictedStart": "2019-08-24T14:15:22Z",
"spDescription": "string",
"pcdDate": "2019-08-24T14:15:22Z",
"pcdDescription": "string",
"indStart": "2019-08-24T14:15:22Z",
"indPredictedStart": "2019-08-24T14:15:22Z",
"indDescription": "string",
"clinicalP1Start": "2019-08-24T14:15:22Z",
"clinicalP1PredictedStart": "2019-08-24T14:15:22Z",
"clinicalP1Description": "string"
}

Parameters

NameInTypeRequiredDescription
idpathstring(uuid)truenone
bodybodyProjectEditDTOfalsenone

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

POST /api/elevated/Project/{id}/terminate

POST /api/elevated/Project/{id}/terminate

Body parameter

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"projectName": "string"
}

Parameters

NameInTypeRequiredDescription
idpathstring(uuid)truenone
bodybodyProjectTerminateDTOfalsenone

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

POST /api/elevated/Project/{id}/createH2L

POST /api/elevated/Project/{id}/createH2L

Body parameter

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"h2LStart": "2019-08-24T14:15:22Z",
"h2LDescription": "string"
}

Parameters

NameInTypeRequiredDescription
idpathstring(uuid)truenone
bodybodyH2LDTOfalsenone

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

POST /api/elevated/Project/{id}/createLO

POST /api/elevated/Project/{id}/createLO

Body parameter

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"loStart": "2019-08-24T14:15:22Z",
"loDescription": "string"
}

Parameters

NameInTypeRequiredDescription
idpathstring(uuid)truenone
bodybodyLODTOfalsenone

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

POST /api/elevated/Project/{id}/createSP

POST /api/elevated/Project/{id}/createSP

Body parameter

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"spStart": "2019-08-24T14:15:22Z",
"spDescription": "string"
}

Parameters

NameInTypeRequiredDescription
idpathstring(uuid)truenone
bodybodySPDTOfalsenone

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

POST /api/elevated/Project/{id}/createIND

POST /api/elevated/Project/{id}/createIND

Body parameter

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"indStart": "2019-08-24T14:15:22Z",
"indDescription": "string"
}

Parameters

NameInTypeRequiredDescription
idpathstring(uuid)truenone
bodybodyINDDTOfalsenone

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

POST /api/elevated/Project/{id}/createP1

POST /api/elevated/Project/{id}/createP1

Body parameter

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"p1Start": "2019-08-24T14:15:22Z",
"p1Description": "string"
}

Parameters

NameInTypeRequiredDescription
idpathstring(uuid)truenone
bodybodyP1DTOfalsenone

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

POST /api/elevated/Project/{projectId}/compoundevolution

POST /api/elevated/Project/{projectId}/compoundevolution

Body parameter

{
"smile": "string",
"molWeight": "string",
"molArea": "string",
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"notes": "string",
"mic": 0,
"iC50": 0,
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}

Parameters

NameInTypeRequiredDescription
projectIdpathstring(uuid)truenone
bodybodyCompoundEvolutionAddDTOfalsenone

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

Screen

POST /api/Screen

POST /api/Screen

Body parameter

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"strainId": "c68d9ccb-3cae-4d38-a081-a863f8e0ff98",
"baseTarget": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"strainId": "c68d9ccb-3cae-4d38-a081-a863f8e0ff98",
"name": "string",
"type": "string",
"targetGenes": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"targetId": "cbca1126-180e-4334-9df8-cf82289d378b",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"accessionNumber": "string",
"gene": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"strainId": "c68d9ccb-3cae-4d38-a081-a863f8e0ff98",
"accessionNumber": "string",
"geneName": "string",
"function": "string",
"product": "string",
"functionalCategory": "string",
"geneExternalIds": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"externalIdRef": "string",
"externalId": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"genePublicData": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"type": "string",
"proteomics": "string",
"mutant": "string",
"comments": "string",
"start": "string",
"end": "string",
"orientation": "string",
"geneLength": "string",
"location": "string",
"geneSequence": "string",
"molecularMass": "string",
"isoelectricPoint": "string",
"proteinLength": "string",
"proteinSequence": "string",
"pfam": "string",
"m/Leprae": "string",
"m/Marinum": "string",
"m/Smegmatis": "string",
"cryo": "string",
"xRay": "string",
"model": "string",
"ligand": "string"
},
"geneEssentiality": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"classification": "string",
"condition": "string",
"strain": "string",
"method": "string",
"reference": "string",
"notes": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"geneProteinProduction": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"production": "string",
"method": "string",
"purity": "string",
"date": "2019-08-24T14:15:22Z",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"geneProteinActivityAssay": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"activity": "string",
"type": "string",
"throughput": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"geneCRISPRiStrain": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"crispRiStrain": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"geneResistanceMutation": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"mutation": "string",
"isolate": "string",
"parentStrain": "string",
"compound": "string",
"shiftInMIC": "string",
"org": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"geneVulnerability": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"rank": "string",
"uVi": "string",
"iVi": "string",
"viRatio": "string",
"vulnerabilityCondition": "string",
"operon": "string",
"confounded": "string",
"shell2015Operon": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"geneHypomorphs": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"knockdownStrain": "string",
"phenotype": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"geneUnpublishedStructures": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"organization": "string",
"method": "string",
"resolution": "string",
"ligands": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
]
},
"strainId": "c68d9ccb-3cae-4d38-a081-a863f8e0ff98"
}
],
"bucket": "string",
"impactScore": 0,
"impactComplete": 0,
"likeScore": 0,
"likeComplete": 0,
"screeningScore": 0,
"screeningComplete": 0,
"structureScore": 0,
"structureComplete": 0,
"vulnerabilityRatio": 0,
"vulnerabilityRank": 0,
"htsFeasibility": 0,
"sbdFeasibility": 0,
"progressibility": 0,
"safety": 0,
"targetScorecard": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"targetID": "cbb7866b-27ff-4bfe-b93a-e06c7aea73b6",
"targetName": "string",
"targetScoreCardValues": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"targetScorecardId": "b77ee3ac-0dd1-477f-8ec3-dc97fdae7d31",
"targetName": "string",
"question": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"identification": "string",
"module": "string",
"subModule": "string",
"questionBody": "string",
"notes": "string",
"toolTip": "string",
"possibleAnswers": [
"string"
]
},
"questionId": "ffa0420e-f70b-4e5b-99a0-434bff860467",
"questionIdentification": "string",
"questionModule": "string",
"questionSubModule": "string",
"answer": "string",
"description": "string",
"answerdBy": "string"
}
],
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
},
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string",
"background": "string",
"enablement": "string",
"strategy": "string",
"challenges": "string"
},
"targetId": "cbca1126-180e-4334-9df8-cf82289d378b",
"screenName": "string",
"screenType": "string",
"method": "string",
"targetName": "string",
"geneName": "string",
"status": "string",
"org": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"alias": "string",
"address": "string"
},
"orgId": "25b2c2d5-a7fc-47d0-89e4-8709a1560bfa",
"promotionDate": "2019-08-24T14:15:22Z",
"promoter": "string",
"screenSequences": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"screenId": "0a3dc761-8e38-4c8a-ab93-391c2eb0c3c1",
"targetName": "string",
"method": "string",
"protocol": "string",
"library": "string",
"scientist": "string",
"startDate": "2019-08-24T14:15:22Z",
"endDate": "2019-08-24T14:15:22Z",
"unverifiedHitCount": 0,
"noOfCompoundsScreened": 0,
"concentration": 0,
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"validatedHits": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"screenId": "0a3dc761-8e38-4c8a-ab93-391c2eb0c3c1",
"targetName": "string",
"library": "string",
"source": "string",
"method": "string",
"mic": 0,
"micCondition": "string",
"iC50": 0,
"clusterGroup": 0,
"compoundId": "7bd121cb-f376-4a53-aaa0-99a4ed392648",
"compound": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"strainId": "c68d9ccb-3cae-4d38-a081-a863f8e0ff98",
"externalCompoundIds": "string",
"smile": "string",
"molWeight": "string",
"molArea": "string",
"createdAt": "2019-08-24T14:15:22Z"
},
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string",
"voteId": "fe9ca470-231f-4db6-a89a-539efac0ad92",
"vote": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"elementId": "7d5101f9-b2fe-42c1-88fa-7ad5ef49633e",
"positive": 0,
"neutral": 0,
"negative": 0,
"isVotingAllowed": true,
"lastModified": "2019-08-24T14:15:22Z",
"voters": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"voteId": "fe9ca470-231f-4db6-a89a-539efac0ad92",
"voterEmail": "string",
"votedPositive": true,
"votedNeutral": true,
"votedNegative": true,
"votedOn": "2019-08-24T14:15:22Z",
"comment": "string"
}
],
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
}
],
"notes": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}

Parameters

NameInTypeRequiredDescription
bodybodyScreenfalsenone

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

GET /api/Screen

GET /api/Screen

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

POST /api/Screen/phenotypic

POST /api/Screen/phenotypic

Body parameter

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"strainId": "c68d9ccb-3cae-4d38-a081-a863f8e0ff98",
"baseTarget": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"strainId": "c68d9ccb-3cae-4d38-a081-a863f8e0ff98",
"name": "string",
"type": "string",
"targetGenes": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"targetId": "cbca1126-180e-4334-9df8-cf82289d378b",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"accessionNumber": "string",
"gene": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"strainId": "c68d9ccb-3cae-4d38-a081-a863f8e0ff98",
"accessionNumber": "string",
"geneName": "string",
"function": "string",
"product": "string",
"functionalCategory": "string",
"geneExternalIds": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"externalIdRef": "string",
"externalId": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"genePublicData": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"type": "string",
"proteomics": "string",
"mutant": "string",
"comments": "string",
"start": "string",
"end": "string",
"orientation": "string",
"geneLength": "string",
"location": "string",
"geneSequence": "string",
"molecularMass": "string",
"isoelectricPoint": "string",
"proteinLength": "string",
"proteinSequence": "string",
"pfam": "string",
"m/Leprae": "string",
"m/Marinum": "string",
"m/Smegmatis": "string",
"cryo": "string",
"xRay": "string",
"model": "string",
"ligand": "string"
},
"geneEssentiality": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"classification": "string",
"condition": "string",
"strain": "string",
"method": "string",
"reference": "string",
"notes": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"geneProteinProduction": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"production": "string",
"method": "string",
"purity": "string",
"date": "2019-08-24T14:15:22Z",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"geneProteinActivityAssay": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"activity": "string",
"type": "string",
"throughput": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"geneCRISPRiStrain": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"crispRiStrain": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"geneResistanceMutation": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"mutation": "string",
"isolate": "string",
"parentStrain": "string",
"compound": "string",
"shiftInMIC": "string",
"org": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"geneVulnerability": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"rank": "string",
"uVi": "string",
"iVi": "string",
"viRatio": "string",
"vulnerabilityCondition": "string",
"operon": "string",
"confounded": "string",
"shell2015Operon": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"geneHypomorphs": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"knockdownStrain": "string",
"phenotype": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"geneUnpublishedStructures": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"organization": "string",
"method": "string",
"resolution": "string",
"ligands": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
]
},
"strainId": "c68d9ccb-3cae-4d38-a081-a863f8e0ff98"
}
],
"bucket": "string",
"impactScore": 0,
"impactComplete": 0,
"likeScore": 0,
"likeComplete": 0,
"screeningScore": 0,
"screeningComplete": 0,
"structureScore": 0,
"structureComplete": 0,
"vulnerabilityRatio": 0,
"vulnerabilityRank": 0,
"htsFeasibility": 0,
"sbdFeasibility": 0,
"progressibility": 0,
"safety": 0,
"targetScorecard": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"targetID": "cbb7866b-27ff-4bfe-b93a-e06c7aea73b6",
"targetName": "string",
"targetScoreCardValues": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"targetScorecardId": "b77ee3ac-0dd1-477f-8ec3-dc97fdae7d31",
"targetName": "string",
"question": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"identification": "string",
"module": "string",
"subModule": "string",
"questionBody": "string",
"notes": "string",
"toolTip": "string",
"possibleAnswers": [
"string"
]
},
"questionId": "ffa0420e-f70b-4e5b-99a0-434bff860467",
"questionIdentification": "string",
"questionModule": "string",
"questionSubModule": "string",
"answer": "string",
"description": "string",
"answerdBy": "string"
}
],
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
},
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string",
"background": "string",
"enablement": "string",
"strategy": "string",
"challenges": "string"
},
"targetId": "cbca1126-180e-4334-9df8-cf82289d378b",
"screenName": "string",
"screenType": "string",
"method": "string",
"targetName": "string",
"geneName": "string",
"status": "string",
"org": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"alias": "string",
"address": "string"
},
"orgId": "25b2c2d5-a7fc-47d0-89e4-8709a1560bfa",
"promotionDate": "2019-08-24T14:15:22Z",
"promoter": "string",
"screenSequences": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"screenId": "0a3dc761-8e38-4c8a-ab93-391c2eb0c3c1",
"targetName": "string",
"method": "string",
"protocol": "string",
"library": "string",
"scientist": "string",
"startDate": "2019-08-24T14:15:22Z",
"endDate": "2019-08-24T14:15:22Z",
"unverifiedHitCount": 0,
"noOfCompoundsScreened": 0,
"concentration": 0,
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"validatedHits": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"screenId": "0a3dc761-8e38-4c8a-ab93-391c2eb0c3c1",
"targetName": "string",
"library": "string",
"source": "string",
"method": "string",
"mic": 0,
"micCondition": "string",
"iC50": 0,
"clusterGroup": 0,
"compoundId": "7bd121cb-f376-4a53-aaa0-99a4ed392648",
"compound": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"strainId": "c68d9ccb-3cae-4d38-a081-a863f8e0ff98",
"externalCompoundIds": "string",
"smile": "string",
"molWeight": "string",
"molArea": "string",
"createdAt": "2019-08-24T14:15:22Z"
},
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string",
"voteId": "fe9ca470-231f-4db6-a89a-539efac0ad92",
"vote": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"elementId": "7d5101f9-b2fe-42c1-88fa-7ad5ef49633e",
"positive": 0,
"neutral": 0,
"negative": 0,
"isVotingAllowed": true,
"lastModified": "2019-08-24T14:15:22Z",
"voters": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"voteId": "fe9ca470-231f-4db6-a89a-539efac0ad92",
"voterEmail": "string",
"votedPositive": true,
"votedNeutral": true,
"votedNegative": true,
"votedOn": "2019-08-24T14:15:22Z",
"comment": "string"
}
],
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
}
],
"notes": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}

Parameters

NameInTypeRequiredDescription
bodybodyScreenfalsenone

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

GET /api/Screen/phenotypic

GET /api/Screen/phenotypic

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

GET /api/Screen/{id}

GET /api/Screen/{id}

Parameters

NameInTypeRequiredDescription
idpathstring(uuid)truenone

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

ScreenSequence

POST /api/ScreenSequence/{screenId}

POST /api/ScreenSequence/{screenId}

Body parameter

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"screenId": "0a3dc761-8e38-4c8a-ab93-391c2eb0c3c1",
"targetName": "string",
"method": "string",
"protocol": "string",
"library": "string",
"scientist": "string",
"startDate": "2019-08-24T14:15:22Z",
"endDate": "2019-08-24T14:15:22Z",
"unverifiedHitCount": 0,
"noOfCompoundsScreened": 0,
"concentration": 0,
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}

Parameters

NameInTypeRequiredDescription
screenIdpathstring(uuid)truenone
bodybodyScreenSequencefalsenone

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

Sync

GET /api/batch/gene/Sync

GET /api/batch/gene/Sync

Example responses

200 Response

{"id":"497f6eca-6276-4993-bfeb-53cbbbba6f08","status":"string","type":"string","dateCreated":"2019-08-24T14:15:22Z","dateCompleted":"2019-08-24T14:15:22Z"}
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"status": "string",
"type": "string",
"dateCreated": "2019-08-24T14:15:22Z",
"dateCompleted": "2019-08-24T14:15:22Z"
}

Responses

StatusMeaningDescriptionSchema
200OKSuccessBTask

GET /api/batch/gene/Sync/{id}

GET /api/batch/gene/Sync/{id}

Parameters

NameInTypeRequiredDescription
idpathstringtruenone

Example responses

200 Response

{"header":{"items":[{}]},"data":{"characters":"string"}}
{
"header": {
"items": [
{}
]
},
"data": {
"characters": "string"
}
}

Responses

StatusMeaningDescriptionSchema
200OKSuccessSequence

Target

GET /api/Target

GET /api/Target

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

GET /api/Target/{id}

GET /api/Target/{id}

Parameters

NameInTypeRequiredDescription
idpathstring(uuid)truenone

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

GET /api/Target/{id}/history

GET /api/Target/{id}/history

Parameters

NameInTypeRequiredDescription
idpathstring(uuid)truenone

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

POST /api/elevated/Target

POST /api/elevated/Target

Body parameter

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"genePromtionRequestGenes": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"genePromotionRequestId": "ef12751d-8cf1-4196-aef2-f96d96d25b46",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9"
}
],
"targetName": "string",
"targetType": "string",
"genePromotionRequestStatus": "string",
"genePromotionRequestValues": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"genePromotionRequestId": "ef12751d-8cf1-4196-aef2-f96d96d25b46",
"question": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"identification": "string",
"module": "string",
"subModule": "string",
"questionBody": "string",
"notes": "string",
"toolTip": "string",
"possibleAnswers": [
"string"
]
},
"questionId": "ffa0420e-f70b-4e5b-99a0-434bff860467",
"answer": "string",
"description": "string",
"answerdBy": "string"
}
]
}

Parameters

NameInTypeRequiredDescription
bodybodyGenePromotionRequestfalsenone

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

POST /api/elevated/Target/{id}

POST /api/elevated/Target/{id}

Body parameter

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"strainId": "c68d9ccb-3cae-4d38-a081-a863f8e0ff98",
"name": "string",
"type": "string",
"targetGenes": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"targetId": "cbca1126-180e-4334-9df8-cf82289d378b",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"accessionNumber": "string",
"gene": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"strainId": "c68d9ccb-3cae-4d38-a081-a863f8e0ff98",
"accessionNumber": "string",
"geneName": "string",
"function": "string",
"product": "string",
"functionalCategory": "string",
"geneExternalIds": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"externalIdRef": "string",
"externalId": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"genePublicData": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"type": "string",
"proteomics": "string",
"mutant": "string",
"comments": "string",
"start": "string",
"end": "string",
"orientation": "string",
"geneLength": "string",
"location": "string",
"geneSequence": "string",
"molecularMass": "string",
"isoelectricPoint": "string",
"proteinLength": "string",
"proteinSequence": "string",
"pfam": "string",
"m/Leprae": "string",
"m/Marinum": "string",
"m/Smegmatis": "string",
"cryo": "string",
"xRay": "string",
"model": "string",
"ligand": "string"
},
"geneEssentiality": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"classification": "string",
"condition": "string",
"strain": "string",
"method": "string",
"reference": "string",
"notes": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"geneProteinProduction": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"production": "string",
"method": "string",
"purity": "string",
"date": "2019-08-24T14:15:22Z",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"geneProteinActivityAssay": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"activity": "string",
"type": "string",
"throughput": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"geneCRISPRiStrain": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"crispRiStrain": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"geneResistanceMutation": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"mutation": "string",
"isolate": "string",
"parentStrain": "string",
"compound": "string",
"shiftInMIC": "string",
"org": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"geneVulnerability": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"rank": "string",
"uVi": "string",
"iVi": "string",
"viRatio": "string",
"vulnerabilityCondition": "string",
"operon": "string",
"confounded": "string",
"shell2015Operon": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"geneHypomorphs": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"knockdownStrain": "string",
"phenotype": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"geneUnpublishedStructures": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"organization": "string",
"method": "string",
"resolution": "string",
"ligands": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
]
},
"strainId": "c68d9ccb-3cae-4d38-a081-a863f8e0ff98"
}
],
"bucket": "string",
"impactScore": 0,
"impactComplete": 0,
"likeScore": 0,
"likeComplete": 0,
"screeningScore": 0,
"screeningComplete": 0,
"structureScore": 0,
"structureComplete": 0,
"vulnerabilityRatio": 0,
"vulnerabilityRank": 0,
"htsFeasibility": 0,
"sbdFeasibility": 0,
"progressibility": 0,
"safety": 0,
"targetScorecard": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"targetID": "cbb7866b-27ff-4bfe-b93a-e06c7aea73b6",
"targetName": "string",
"targetScoreCardValues": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"targetScorecardId": "b77ee3ac-0dd1-477f-8ec3-dc97fdae7d31",
"targetName": "string",
"question": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"identification": "string",
"module": "string",
"subModule": "string",
"questionBody": "string",
"notes": "string",
"toolTip": "string",
"possibleAnswers": [
"string"
]
},
"questionId": "ffa0420e-f70b-4e5b-99a0-434bff860467",
"questionIdentification": "string",
"questionModule": "string",
"questionSubModule": "string",
"answer": "string",
"description": "string",
"answerdBy": "string"
}
],
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
},
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string",
"background": "string",
"enablement": "string",
"strategy": "string",
"challenges": "string"
}

Parameters

NameInTypeRequiredDescription
idpathstring(uuid)truenone
bodybodyTargetfalsenone

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

POST /api/elevated/Target/{id}/summary

POST /api/elevated/Target/{id}/summary

Body parameter

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"background": "string",
"enablement": "string",
"strategy": "string",
"challenges": "string"
}

Parameters

NameInTypeRequiredDescription
idpathstring(uuid)truenone
bodybodyTargetSummaryDTOfalsenone

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

POST /api/elevated/Target/import

POST /api/elevated/Target/import

Body parameter

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"genePromtionRequestGenes": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"genePromotionRequestId": "ef12751d-8cf1-4196-aef2-f96d96d25b46",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9"
}
],
"targetName": "string",
"targetType": "string",
"genePromotionRequestStatus": "string",
"genePromotionRequestValues": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"genePromotionRequestId": "ef12751d-8cf1-4196-aef2-f96d96d25b46",
"question": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"identification": "string",
"module": "string",
"subModule": "string",
"questionBody": "string",
"notes": "string",
"toolTip": "string",
"possibleAnswers": [
"string"
]
},
"questionId": "ffa0420e-f70b-4e5b-99a0-434bff860467",
"answer": "string",
"description": "string",
"answerdBy": "string"
}
],
"bucket": "string",
"simpleProteinAccessionNumber": "string",
"impactScore": 0,
"impactComplete": 0,
"likeScore": 0,
"likeComplete": 0,
"screeningScore": 0,
"screeningComplete": 0,
"structureScore": 0,
"structureComplete": 0,
"vulnerabilityRatio": 0,
"vulnerabilityRank": 0,
"htsFeasibility": 0,
"sbdFeasibility": 0,
"progressibility": 0,
"safety": 0
}

Parameters

NameInTypeRequiredDescription
bodybodyTargetImportDTOfalsenone

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

POST /api/elevated/Target/importComplex

POST /api/elevated/Target/importComplex

Body parameter

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"genePromtionRequestGenes": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"genePromotionRequestId": "ef12751d-8cf1-4196-aef2-f96d96d25b46",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9"
}
],
"targetName": "string",
"targetType": "string",
"genePromotionRequestStatus": "string",
"genePromotionRequestValues": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"genePromotionRequestId": "ef12751d-8cf1-4196-aef2-f96d96d25b46",
"question": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"identification": "string",
"module": "string",
"subModule": "string",
"questionBody": "string",
"notes": "string",
"toolTip": "string",
"possibleAnswers": [
"string"
]
},
"questionId": "ffa0420e-f70b-4e5b-99a0-434bff860467",
"answer": "string",
"description": "string",
"answerdBy": "string"
}
],
"bucket": "string",
"simpleProteinAccessionNumber": "string",
"impactScore": 0,
"impactComplete": 0,
"likeScore": 0,
"likeComplete": 0,
"screeningScore": 0,
"screeningComplete": 0,
"structureScore": 0,
"structureComplete": 0,
"vulnerabilityRatio": 0,
"vulnerabilityRank": 0,
"htsFeasibility": 0,
"sbdFeasibility": 0,
"progressibility": 0,
"safety": 0
}

Parameters

NameInTypeRequiredDescription
bodybodyTargetImportDTOfalsenone

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

Vote

POST /api/Vote/{id}

POST /api/Vote/{id}

Body parameter

{
"voteId": "fe9ca470-231f-4db6-a89a-539efac0ad92",
"voteButton": "string",
"comment": "string"
}

Parameters

NameInTypeRequiredDescription
idpathstring(uuid)truenone
bodybodyRegisterVoteDTOfalsenone

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

POST /api/elevated/Vote/freeze

POST /api/elevated/Vote/freeze

Body parameter

[
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
]

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

POST /api/elevated/Vote/enable

POST /api/elevated/Vote/enable

Body parameter

[
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
]

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

VTarget

GET /api/data-view/VTarget/dash-view

GET /api/data-view/VTarget/dash-view

Responses

StatusMeaningDescriptionSchema
200OKSuccessNone

Schemas

AppOrg

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"alias": "string",
"address": "string"
}

Properties

NameTypeRequiredRestrictionsDescription
idstring(uuid)falsenonenone
namestring¦nullfalsenonenone
aliasstring¦nullfalsenonenone
addressstring¦nullfalsenonenone

AppRole

{
"id": "string",
"name": "string",
"normalizedName": "string",
"concurrencyStamp": "string",
"description": "string"
}

Properties

NameTypeRequiredRestrictionsDescription
idstring¦nullfalsenonenone
namestring¦nullfalsenonenone
normalizedNamestring¦nullfalsenonenone
concurrencyStampstring¦nullfalsenonenone
descriptionstring¦nullfalsenonenone

BTask

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"status": "string",
"type": "string",
"dateCreated": "2019-08-24T14:15:22Z",
"dateCompleted": "2019-08-24T14:15:22Z"
}

Properties

NameTypeRequiredRestrictionsDescription
idstring(uuid)falsenonenone
statusstring¦nullfalsenonenone
typestring¦nullfalsenonenone
dateCreatedstring(date-time)falsenonenone
dateCompletedstring(date-time)falsenonenone

Compound

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"strainId": "c68d9ccb-3cae-4d38-a081-a863f8e0ff98",
"externalCompoundIds": "string",
"smile": "string",
"molWeight": "string",
"molArea": "string",
"createdAt": "2019-08-24T14:15:22Z"
}

Properties

NameTypeRequiredRestrictionsDescription
idstring(uuid)falsenonenone
strainIdstring(uuid)falsenonenone
externalCompoundIdsstring¦nullfalsenonenone
smilestring¦nullfalsenonenone
molWeightstring¦nullfalsenonenone
molAreastring¦nullfalsenonenone
createdAtstring(date-time)falsenonenone

CompoundEvolutionAddDTO

{
"smile": "string",
"molWeight": "string",
"molArea": "string",
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"notes": "string",
"mic": 0,
"iC50": 0,
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}

Properties

NameTypeRequiredRestrictionsDescription
smilestring¦nullfalsenonenone
molWeightstring¦nullfalsenonenone
molAreastring¦nullfalsenonenone
projectIdstring(uuid)falsenonenone
notesstring¦nullfalsenonenone
micnumber(double)falsenonenone
iC50number(double)falsenonenone
createdAtstring(date-time)falsenonenone
createdBystring¦nullfalsenonenone

Discussion

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"reference": "string",
"section": "string",
"topic": "string",
"description": "string",
"postedBy": "string",
"timestamp": "2019-08-24T14:15:22Z",
"mentions": [
"string"
],
"tags": [
"string"
],
"replies": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"discussionId": "9a94c521-c61a-42fa-ab06-09bac5ba5181",
"body": "string",
"postedBy": "string",
"timestamp": "2019-08-24T14:15:22Z",
"mentions": [
"string"
],
"tags": [
"string"
]
}
]
}

Properties

NameTypeRequiredRestrictionsDescription
idstring(uuid)falsenonenone
referencestring¦nullfalsenonenone
sectionstring¦nullfalsenonenone
topicstring¦nullfalsenonenone
descriptionstring¦nullfalsenonenone
postedBystring¦nullfalsenonenone
timestampstring(date-time)falsenonenone
mentions[string]¦nullfalsenonenone
tags[string]¦nullfalsenonenone
replies[Reply]¦nullfalsenonenone

Gene

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"strainId": "c68d9ccb-3cae-4d38-a081-a863f8e0ff98",
"accessionNumber": "string",
"geneName": "string",
"function": "string",
"product": "string",
"functionalCategory": "string",
"geneExternalIds": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"externalIdRef": "string",
"externalId": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"genePublicData": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"type": "string",
"proteomics": "string",
"mutant": "string",
"comments": "string",
"start": "string",
"end": "string",
"orientation": "string",
"geneLength": "string",
"location": "string",
"geneSequence": "string",
"molecularMass": "string",
"isoelectricPoint": "string",
"proteinLength": "string",
"proteinSequence": "string",
"pfam": "string",
"m/Leprae": "string",
"m/Marinum": "string",
"m/Smegmatis": "string",
"cryo": "string",
"xRay": "string",
"model": "string",
"ligand": "string"
},
"geneEssentiality": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"classification": "string",
"condition": "string",
"strain": "string",
"method": "string",
"reference": "string",
"notes": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"geneProteinProduction": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"production": "string",
"method": "string",
"purity": "string",
"date": "2019-08-24T14:15:22Z",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"geneProteinActivityAssay": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"activity": "string",
"type": "string",
"throughput": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"geneCRISPRiStrain": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"crispRiStrain": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"geneResistanceMutation": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"mutation": "string",
"isolate": "string",
"parentStrain": "string",
"compound": "string",
"shiftInMIC": "string",
"org": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"geneVulnerability": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"rank": "string",
"uVi": "string",
"iVi": "string",
"viRatio": "string",
"vulnerabilityCondition": "string",
"operon": "string",
"confounded": "string",
"shell2015Operon": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"geneHypomorphs": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"knockdownStrain": "string",
"phenotype": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"geneUnpublishedStructures": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"organization": "string",
"method": "string",
"resolution": "string",
"ligands": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
]
}

Properties

NameTypeRequiredRestrictionsDescription
idstring(uuid)falsenonenone
strainIdstring(uuid)falsenonenone
accessionNumberstring¦nullfalsenonenone
geneNamestring¦nullfalsenonenone
functionstring¦nullfalsenonenone
productstring¦nullfalsenonenone
functionalCategorystring¦nullfalsenonenone
geneExternalIds[GeneExternalId]¦nullfalsenonenone

GeneCRISPRiStrain

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"crispRiStrain": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}

Properties

NameTypeRequiredRestrictionsDescription
idstring(uuid)falsenonenone
geneIdstring(uuid)falsenonenone
geneAccessionNumberstring¦nullfalsenonenone
crispRiStrainstring¦nullfalsenonenone
createdAtstring(date-time)falsenonenone
createdBystring¦nullfalsenonenone

GeneEssentiality

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"classification": "string",
"condition": "string",
"strain": "string",
"method": "string",
"reference": "string",
"notes": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}

Properties

NameTypeRequiredRestrictionsDescription
idstring(uuid)falsenonenone
geneIdstring(uuid)falsenonenone
geneAccessionNumberstring¦nullfalsenonenone
classificationstring¦nullfalsenonenone
conditionstring¦nullfalsenonenone
strainstring¦nullfalsenonenone
methodstring¦nullfalsenonenone
referencestring¦nullfalsenonenone
notesstring¦nullfalsenonenone
createdAtstring(date-time)falsenonenone
createdBystring¦nullfalsenonenone

GeneExternalId

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"externalIdRef": "string",
"externalId": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}

Properties

NameTypeRequiredRestrictionsDescription
idstring(uuid)falsenonenone
geneIdstring(uuid)falsenonenone
geneAccessionNumberstring¦nullfalsenonenone
externalIdRefstring¦nullfalsenonenone
externalIdstring¦nullfalsenonenone
createdAtstring(date-time)falsenonenone
createdBystring¦nullfalsenonenone

GeneGroup

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"strainId": "c68d9ccb-3cae-4d38-a081-a863f8e0ff98",
"name": "string",
"type": "string",
"genes": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneGroupId": "ee44a9df-bc3d-455e-9532-c0c75cc025f5",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"accessionNumber": "string",
"gene": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"strainId": "c68d9ccb-3cae-4d38-a081-a863f8e0ff98",
"accessionNumber": "string",
"geneName": "string",
"function": "string",
"product": "string",
"functionalCategory": "string",
"geneExternalIds": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"externalIdRef": "string",
"externalId": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"genePublicData": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"type": "string",
"proteomics": "string",
"mutant": "string",
"comments": "string",
"start": "string",
"end": "string",
"orientation": "string",
"geneLength": "string",
"location": "string",
"geneSequence": "string",
"molecularMass": "string",
"isoelectricPoint": "string",
"proteinLength": "string",
"proteinSequence": "string",
"pfam": "string",
"m/Leprae": "string",
"m/Marinum": "string",
"m/Smegmatis": "string",
"cryo": "string",
"xRay": "string",
"model": "string",
"ligand": "string"
},
"geneEssentiality": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"classification": "string",
"condition": "string",
"strain": "string",
"method": "string",
"reference": "string",
"notes": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"geneProteinProduction": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"production": "string",
"method": "string",
"purity": "string",
"date": "2019-08-24T14:15:22Z",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"geneProteinActivityAssay": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"activity": "string",
"type": "string",
"throughput": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"geneCRISPRiStrain": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"crispRiStrain": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"geneResistanceMutation": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"mutation": "string",
"isolate": "string",
"parentStrain": "string",
"compound": "string",
"shiftInMIC": "string",
"org": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"geneVulnerability": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"rank": "string",
"uVi": "string",
"iVi": "string",
"viRatio": "string",
"vulnerabilityCondition": "string",
"operon": "string",
"confounded": "string",
"shell2015Operon": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"geneHypomorphs": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"knockdownStrain": "string",
"phenotype": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"geneUnpublishedStructures": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"organization": "string",
"method": "string",
"resolution": "string",
"ligands": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
]
},
"strainId": "c68d9ccb-3cae-4d38-a081-a863f8e0ff98"
}
]
}

Properties

NameTypeRequiredRestrictionsDescription
idstring(uuid)falsenonenone
strainIdstring(uuid)falsenonenone
namestring¦nullfalsenonenone
typestring¦nullfalsenonenone
genes[GeneGroupGenes]¦nullfalsenonenone

GeneGroupGenes

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneGroupId": "ee44a9df-bc3d-455e-9532-c0c75cc025f5",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"accessionNumber": "string",
"gene": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"strainId": "c68d9ccb-3cae-4d38-a081-a863f8e0ff98",
"accessionNumber": "string",
"geneName": "string",
"function": "string",
"product": "string",
"functionalCategory": "string",
"geneExternalIds": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"externalIdRef": "string",
"externalId": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"genePublicData": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"type": "string",
"proteomics": "string",
"mutant": "string",
"comments": "string",
"start": "string",
"end": "string",
"orientation": "string",
"geneLength": "string",
"location": "string",
"geneSequence": "string",
"molecularMass": "string",
"isoelectricPoint": "string",
"proteinLength": "string",
"proteinSequence": "string",
"pfam": "string",
"m/Leprae": "string",
"m/Marinum": "string",
"m/Smegmatis": "string",
"cryo": "string",
"xRay": "string",
"model": "string",
"ligand": "string"
},
"geneEssentiality": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"classification": "string",
"condition": "string",
"strain": "string",
"method": "string",
"reference": "string",
"notes": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"geneProteinProduction": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"production": "string",
"method": "string",
"purity": "string",
"date": "2019-08-24T14:15:22Z",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"geneProteinActivityAssay": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"activity": "string",
"type": "string",
"throughput": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"geneCRISPRiStrain": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"crispRiStrain": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"geneResistanceMutation": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"mutation": "string",
"isolate": "string",
"parentStrain": "string",
"compound": "string",
"shiftInMIC": "string",
"org": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"geneVulnerability": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"rank": "string",
"uVi": "string",
"iVi": "string",
"viRatio": "string",
"vulnerabilityCondition": "string",
"operon": "string",
"confounded": "string",
"shell2015Operon": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"geneHypomorphs": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"knockdownStrain": "string",
"phenotype": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"geneUnpublishedStructures": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"organization": "string",
"method": "string",
"resolution": "string",
"ligands": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
]
},
"strainId": "c68d9ccb-3cae-4d38-a081-a863f8e0ff98"
}

Properties

NameTypeRequiredRestrictionsDescription
idstring(uuid)falsenonenone
geneGroupIdstring(uuid)falsenonenone
geneIdstring(uuid)falsenonenone
accessionNumberstring¦nullfalsenonenone

GeneHypomorph

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"knockdownStrain": "string",
"phenotype": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}

Properties

NameTypeRequiredRestrictionsDescription
idstring(uuid)falsenonenone
geneIdstring(uuid)falsenonenone
geneAccessionNumberstring¦nullfalsenonenone
knockdownStrainstring¦nullfalsenonenone
phenotypestring¦nullfalsenonenone
createdAtstring(date-time)falsenonenone
createdBystring¦nullfalsenonenone

GenePromotionRequest

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"genePromtionRequestGenes": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"genePromotionRequestId": "ef12751d-8cf1-4196-aef2-f96d96d25b46",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9"
}
],
"targetName": "string",
"targetType": "string",
"genePromotionRequestStatus": "string",
"genePromotionRequestValues": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"genePromotionRequestId": "ef12751d-8cf1-4196-aef2-f96d96d25b46",
"question": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"identification": "string",
"module": "string",
"subModule": "string",
"questionBody": "string",
"notes": "string",
"toolTip": "string",
"possibleAnswers": [
"string"
]
},
"questionId": "ffa0420e-f70b-4e5b-99a0-434bff860467",
"answer": "string",
"description": "string",
"answerdBy": "string"
}
]
}

Properties

NameTypeRequiredRestrictionsDescription
idstring(uuid)falsenonenone
genePromtionRequestGenes[GenePromtionRequestGene]¦nullfalsenonenone

GenePromotionRequestValue

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"genePromotionRequestId": "ef12751d-8cf1-4196-aef2-f96d96d25b46",
"question": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"identification": "string",
"module": "string",
"subModule": "string",
"questionBody": "string",
"notes": "string",
"toolTip": "string",
"possibleAnswers": [
"string"
]
},
"questionId": "ffa0420e-f70b-4e5b-99a0-434bff860467",
"answer": "string",
"description": "string",
"answerdBy": "string"
}

Properties

NameTypeRequiredRestrictionsDescription
idstring(uuid)falsenonenone
genePromotionRequestIdstring(uuid)falsenonenone

GenePromtionRequestGene

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"genePromotionRequestId": "ef12751d-8cf1-4196-aef2-f96d96d25b46",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9"
}

Properties

NameTypeRequiredRestrictionsDescription
idstring(uuid)falsenonenone
genePromotionRequestIdstring(uuid)falsenonenone
geneIdstring(uuid)falsenonenone

GeneProteinActivityAssay

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"activity": "string",
"type": "string",
"throughput": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}

Properties

NameTypeRequiredRestrictionsDescription
idstring(uuid)falsenonenone
geneIdstring(uuid)falsenonenone
geneAccessionNumberstring¦nullfalsenonenone
activitystring¦nullfalsenonenone
typestring¦nullfalsenonenone
throughputstring¦nullfalsenonenone
createdAtstring(date-time)falsenonenone
createdBystring¦nullfalsenonenone

GeneProteinProduction

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"production": "string",
"method": "string",
"purity": "string",
"date": "2019-08-24T14:15:22Z",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}

Properties

NameTypeRequiredRestrictionsDescription
idstring(uuid)falsenonenone
geneIdstring(uuid)falsenonenone
geneAccessionNumberstring¦nullfalsenonenone
productionstring¦nullfalsenonenone
methodstring¦nullfalsenonenone
puritystring¦nullfalsenonenone
datestring(date-time)falsenonenone
createdAtstring(date-time)falsenonenone
createdBystring¦nullfalsenonenone

GenePublicData

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"type": "string",
"proteomics": "string",
"mutant": "string",
"comments": "string",
"start": "string",
"end": "string",
"orientation": "string",
"geneLength": "string",
"location": "string",
"geneSequence": "string",
"molecularMass": "string",
"isoelectricPoint": "string",
"proteinLength": "string",
"proteinSequence": "string",
"pfam": "string",
"m/Leprae": "string",
"m/Marinum": "string",
"m/Smegmatis": "string",
"cryo": "string",
"xRay": "string",
"model": "string",
"ligand": "string"
}

Properties

NameTypeRequiredRestrictionsDescription
idstring(uuid)falsenonenone
geneIdstring(uuid)falsenonenone
geneAccessionNumberstring¦nullfalsenonenone
typestring¦nullfalsenonenone
proteomicsstring¦nullfalsenonenone
mutantstring¦nullfalsenonenone
commentsstring¦nullfalsenonenone
startstring¦nullfalsenonenone
endstring¦nullfalsenonenone
orientationstring¦nullfalsenonenone
geneLengthstring¦nullfalsenonenone
locationstring¦nullfalsenonenone
geneSequencestring¦nullfalsenonenone
molecularMassstring¦nullfalsenonenone
isoelectricPointstring¦nullfalsenonenone
proteinLengthstring¦nullfalsenonenone
proteinSequencestring¦nullfalsenonenone
pfamstring¦nullfalsenonenone
m/Lepraestring¦nullfalsenonenone
m/Marinumstring¦nullfalsenonenone
m/Smegmatisstring¦nullfalsenonenone
cryostring¦nullfalsenonenone
xRaystring¦nullfalsenonenone
modelstring¦nullfalsenonenone
ligandstring¦nullfalsenonenone

GenePublicEditDTO

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"accessionNumber": "string",
"geneName": "string",
"function": "string",
"product": "string",
"functionalCategory": "string",
"genePublicData": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"type": "string",
"proteomics": "string",
"mutant": "string",
"comments": "string",
"start": "string",
"end": "string",
"orientation": "string",
"geneLength": "string",
"location": "string",
"geneSequence": "string",
"molecularMass": "string",
"isoelectricPoint": "string",
"proteinLength": "string",
"proteinSequence": "string",
"pfam": "string",
"m/Leprae": "string",
"m/Marinum": "string",
"m/Smegmatis": "string",
"cryo": "string",
"xRay": "string",
"model": "string",
"ligand": "string"
}
}

Properties

NameTypeRequiredRestrictionsDescription
idstring(uuid)falsenonenone
accessionNumberstring¦nullfalsenonenone
geneNamestring¦nullfalsenonenone
functionstring¦nullfalsenonenone
productstring¦nullfalsenonenone
functionalCategorystring¦nullfalsenonenone

GeneResistanceMutation

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"mutation": "string",
"isolate": "string",
"parentStrain": "string",
"compound": "string",
"shiftInMIC": "string",
"org": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}

Properties

NameTypeRequiredRestrictionsDescription
idstring(uuid)falsenonenone
geneIdstring(uuid)falsenonenone
geneAccessionNumberstring¦nullfalsenonenone
mutationstring¦nullfalsenonenone
isolatestring¦nullfalsenonenone
parentStrainstring¦nullfalsenonenone
compoundstring¦nullfalsenonenone
shiftInMICstring¦nullfalsenonenone
orgstring¦nullfalsenonenone
createdAtstring(date-time)falsenonenone
createdBystring¦nullfalsenonenone

GeneUnpublishedStructures

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"organization": "string",
"method": "string",
"resolution": "string",
"ligands": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}

Properties

NameTypeRequiredRestrictionsDescription
idstring(uuid)falsenonenone
geneIdstring(uuid)falsenonenone
geneAccessionNumberstring¦nullfalsenonenone
organizationstring¦nullfalsenonenone
methodstring¦nullfalsenonenone
resolutionstring¦nullfalsenonenone
ligandsstring¦nullfalsenonenone
createdAtstring(date-time)falsenonenone
createdBystring¦nullfalsenonenone

GeneVulnerability

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"rank": "string",
"uVi": "string",
"iVi": "string",
"viRatio": "string",
"vulnerabilityCondition": "string",
"operon": "string",
"confounded": "string",
"shell2015Operon": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}

Properties

NameTypeRequiredRestrictionsDescription
idstring(uuid)falsenonenone
geneIdstring(uuid)falsenonenone
geneAccessionNumberstring¦nullfalsenonenone
rankstring¦nullfalsenonenone
uVistring¦nullfalsenonenone
iVistring¦nullfalsenonenone
viRatiostring¦nullfalsenonenone
vulnerabilityConditionstring¦nullfalsenonenone
operonstring¦nullfalsenonenone
confoundedstring¦nullfalsenonenone
shell2015Operonstring¦nullfalsenonenone
createdAtstring(date-time)falsenonenone
createdBystring¦nullfalsenonenone

H2LDTO

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"h2LStart": "2019-08-24T14:15:22Z",
"h2LDescription": "string"
}

Properties

NameTypeRequiredRestrictionsDescription
idstring(uuid)falsenonenone
h2LStartstring(date-time)falsenonenone
h2LDescriptionstring¦nullfalsenonenone

Header

{
"items": [
{}
]
}

Properties

NameTypeRequiredRestrictionsDescription
items[HeaderItem]¦nullfalseread-onlynone

HeaderItem

{}

Properties

None

Hit

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"screenId": "0a3dc761-8e38-4c8a-ab93-391c2eb0c3c1",
"targetName": "string",
"library": "string",
"source": "string",
"method": "string",
"mic": 0,
"micCondition": "string",
"iC50": 0,
"clusterGroup": 0,
"compoundId": "7bd121cb-f376-4a53-aaa0-99a4ed392648",
"compound": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"strainId": "c68d9ccb-3cae-4d38-a081-a863f8e0ff98",
"externalCompoundIds": "string",
"smile": "string",
"molWeight": "string",
"molArea": "string",
"createdAt": "2019-08-24T14:15:22Z"
},
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string",
"voteId": "fe9ca470-231f-4db6-a89a-539efac0ad92",
"vote": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"elementId": "7d5101f9-b2fe-42c1-88fa-7ad5ef49633e",
"positive": 0,
"neutral": 0,
"negative": 0,
"isVotingAllowed": true,
"lastModified": "2019-08-24T14:15:22Z",
"voters": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"voteId": "fe9ca470-231f-4db6-a89a-539efac0ad92",
"voterEmail": "string",
"votedPositive": true,
"votedNeutral": true,
"votedNegative": true,
"votedOn": "2019-08-24T14:15:22Z",
"comment": "string"
}
],
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
}

Properties

NameTypeRequiredRestrictionsDescription
idstring(uuid)falsenonenone
screenIdstring(uuid)falsenonenone
targetNamestring¦nullfalsenonenone
librarystring¦nullfalsenonenone
sourcestring¦nullfalsenonenone
methodstring¦nullfalsenonenone
micnumber(double)falsenonenone
micConditionstring¦nullfalsenonenone
iC50number(double)falsenonenone
clusterGroupinteger(int32)falsenonenone
compoundIdstring(uuid)falsenonenone

HitCSVDTO

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"screenId": "0a3dc761-8e38-4c8a-ab93-391c2eb0c3c1",
"externalCompoundIds": "string",
"targetName": "string",
"library": "string",
"source": "string",
"method": "string",
"mic": 0,
"micCondition": "string",
"iC50": 0,
"clusterGroup": "string",
"smile": "string",
"molWeight": "string",
"molArea": "string"
}

Properties

NameTypeRequiredRestrictionsDescription
idstring(uuid)falsenonenone
screenIdstring(uuid)falsenonenone
externalCompoundIdsstring¦nullfalsenonenone
targetNamestring¦nullfalsenonenone
librarystring¦nullfalsenonenone
sourcestring¦nullfalsenonenone
methodstring¦nullfalsenonenone
micnumber(double)falsenonenone
micConditionstring¦nullfalsenonenone
iC50number(double)falsenonenone
clusterGroupstring¦nullfalsenonenone
smilestring¦nullfalsenonenone
molWeightstring¦nullfalsenonenone
molAreastring¦nullfalsenonenone

IActualSequence

{
"characters": "string"
}

Properties

NameTypeRequiredRestrictionsDescription
charactersstring¦nullfalseread-onlynone

INDDTO

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"indStart": "2019-08-24T14:15:22Z",
"indDescription": "string"
}

Properties

NameTypeRequiredRestrictionsDescription
idstring(uuid)falsenonenone
indStartstring(date-time)falsenonenone
indDescriptionstring¦nullfalsenonenone

LODTO

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"loStart": "2019-08-24T14:15:22Z",
"loDescription": "string"
}

Properties

NameTypeRequiredRestrictionsDescription
idstring(uuid)falsenonenone
loStartstring(date-time)falsenonenone
loDescriptionstring¦nullfalsenonenone

P1DTO

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"p1Start": "2019-08-24T14:15:22Z",
"p1Description": "string"
}

Properties

NameTypeRequiredRestrictionsDescription
idstring(uuid)falsenonenone
p1Startstring(date-time)falsenonenone
p1Descriptionstring¦nullfalsenonenone

ProjectCreateDTO

{
"projectName": "string",
"screenId": "0a3dc761-8e38-4c8a-ab93-391c2eb0c3c1",
"baseHits": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"screenId": "0a3dc761-8e38-4c8a-ab93-391c2eb0c3c1",
"targetName": "string",
"library": "string",
"source": "string",
"method": "string",
"mic": 0,
"micCondition": "string",
"iC50": 0,
"clusterGroup": 0,
"compoundId": "7bd121cb-f376-4a53-aaa0-99a4ed392648",
"compound": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"strainId": "c68d9ccb-3cae-4d38-a081-a863f8e0ff98",
"externalCompoundIds": "string",
"smile": "string",
"molWeight": "string",
"molArea": "string",
"createdAt": "2019-08-24T14:15:22Z"
},
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string",
"voteId": "fe9ca470-231f-4db6-a89a-539efac0ad92",
"vote": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"elementId": "7d5101f9-b2fe-42c1-88fa-7ad5ef49633e",
"positive": 0,
"neutral": 0,
"negative": 0,
"isVotingAllowed": true,
"lastModified": "2019-08-24T14:15:22Z",
"voters": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"voteId": "fe9ca470-231f-4db6-a89a-539efac0ad92",
"voterEmail": "string",
"votedPositive": true,
"votedNeutral": true,
"votedNegative": true,
"votedOn": "2019-08-24T14:15:22Z",
"comment": "string"
}
],
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
}
],
"representationStructure": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"strainId": "c68d9ccb-3cae-4d38-a081-a863f8e0ff98",
"externalCompoundIds": "string",
"smile": "string",
"molWeight": "string",
"molArea": "string",
"createdAt": "2019-08-24T14:15:22Z"
},
"primaryOrg": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"alias": "string",
"address": "string"
},
"supportingOrgs": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"alias": "string",
"address": "string"
}
],
"fhaStart": "2019-08-24T14:15:22Z",
"fhaDescription": "string"
}

Properties

NameTypeRequiredRestrictionsDescription
projectNamestring¦nullfalsenonenone
screenIdstring(uuid)falsenonenone
baseHits[Hit]¦nullfalsenonenone

ProjectEditDTO

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"priority": "string",
"priorityDescription": "string",
"probability": "string",
"probabilityDescription": "string",
"teamPriority": "string",
"teamPriorityDescription": "string",
"teamProbability": "string",
"teamProbabilityDescription": "string",
"fhaStart": "2019-08-24T14:15:22Z",
"fhaPredictedStart": "2019-08-24T14:15:22Z",
"fhaDescription": "string",
"h2LStart": "2019-08-24T14:15:22Z",
"h2LPredictedStart": "2019-08-24T14:15:22Z",
"h2LDescription": "string",
"loStart": "2019-08-24T14:15:22Z",
"loPredictedStart": "2019-08-24T14:15:22Z",
"loDescription": "string",
"spStart": "2019-08-24T14:15:22Z",
"spPredictedStart": "2019-08-24T14:15:22Z",
"spDescription": "string",
"pcdDate": "2019-08-24T14:15:22Z",
"pcdDescription": "string",
"indStart": "2019-08-24T14:15:22Z",
"indPredictedStart": "2019-08-24T14:15:22Z",
"indDescription": "string",
"clinicalP1Start": "2019-08-24T14:15:22Z",
"clinicalP1PredictedStart": "2019-08-24T14:15:22Z",
"clinicalP1Description": "string"
}

Properties

NameTypeRequiredRestrictionsDescription
idstring(uuid)falsenonenone
prioritystring¦nullfalsenonenone
priorityDescriptionstring¦nullfalsenonenone
probabilitystring¦nullfalsenonenone
probabilityDescriptionstring¦nullfalsenonenone
teamPrioritystring¦nullfalsenonenone
teamPriorityDescriptionstring¦nullfalsenonenone
teamProbabilitystring¦nullfalsenonenone
teamProbabilityDescriptionstring¦nullfalsenonenone
fhaStartstring(date-time)falsenonenone
fhaPredictedStartstring(date-time)falsenonenone
fhaDescriptionstring¦nullfalsenonenone
h2LStartstring(date-time)falsenonenone
h2LPredictedStartstring(date-time)falsenonenone
h2LDescriptionstring¦nullfalsenonenone
loStartstring(date-time)falsenonenone
loPredictedStartstring(date-time)falsenonenone
loDescriptionstring¦nullfalsenonenone
spStartstring(date-time)falsenonenone
spPredictedStartstring(date-time)falsenonenone
spDescriptionstring¦nullfalsenonenone
pcdDatestring(date-time)falsenonenone
pcdDescriptionstring¦nullfalsenonenone
indStartstring(date-time)falsenonenone
indPredictedStartstring(date-time)falsenonenone
indDescriptionstring¦nullfalsenonenone
clinicalP1Startstring(date-time)falsenonenone
clinicalP1PredictedStartstring(date-time)falsenonenone
clinicalP1Descriptionstring¦nullfalsenonenone

ProjectPriorityProbabilityDTO

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"teamPriority": "string",
"teamPriorityDescription": "string",
"teamProbability": "string",
"teamProbabilityDescription": "string"
}

Properties

NameTypeRequiredRestrictionsDescription
idstring(uuid)falsenonenone
teamPrioritystring¦nullfalsenonenone
teamPriorityDescriptionstring¦nullfalsenonenone
teamProbabilitystring¦nullfalsenonenone
teamProbabilityDescriptionstring¦nullfalsenonenone

ProjectTerminateDTO

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"projectName": "string"
}

Properties

NameTypeRequiredRestrictionsDescription
idstring(uuid)falsenonenone
projectNamestring¦nullfalsenonenone

Question

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"identification": "string",
"module": "string",
"subModule": "string",
"questionBody": "string",
"notes": "string",
"toolTip": "string",
"possibleAnswers": [
"string"
]
}

Properties

NameTypeRequiredRestrictionsDescription
idstring(uuid)falsenonenone
identificationstring¦nullfalsenonenone
modulestring¦nullfalsenonenone
subModulestring¦nullfalsenonenone
questionBodystring¦nullfalsenonenone
notesstring¦nullfalsenonenone
toolTipstring¦nullfalsenonenone
possibleAnswers[string]¦nullfalsenonenone

RegisterDto

{
"email": "user@example.com",
"displayName": "string",
"orgId": "25b2c2d5-a7fc-47d0-89e4-8709a1560bfa",
"bio": "string",
"roles": [
"string"
],
"lock": true
}

Properties

NameTypeRequiredRestrictionsDescription
emailstring(email)truenonenone
displayNamestringtruenonenone
orgIdstring(uuid)truenonenone
biostring¦nullfalsenonenone
roles[string]truenonenone
lockbooleanfalsenonenone

RegisterVoteDTO

{
"voteId": "fe9ca470-231f-4db6-a89a-539efac0ad92",
"voteButton": "string",
"comment": "string"
}

Properties

NameTypeRequiredRestrictionsDescription
voteIdstring(uuid)falsenonenone
voteButtonstring¦nullfalsenonenone
commentstring¦nullfalsenonenone

Reply

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"discussionId": "9a94c521-c61a-42fa-ab06-09bac5ba5181",
"body": "string",
"postedBy": "string",
"timestamp": "2019-08-24T14:15:22Z",
"mentions": [
"string"
],
"tags": [
"string"
]
}

Properties

NameTypeRequiredRestrictionsDescription
idstring(uuid)falsenonenone
discussionIdstring(uuid)falsenonenone
bodystring¦nullfalsenonenone
postedBystring¦nullfalsenonenone
timestampstring(date-time)falsenonenone
mentions[string]¦nullfalsenonenone
tags[string]¦nullfalsenonenone

SPDTO

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"spStart": "2019-08-24T14:15:22Z",
"spDescription": "string"
}

Properties

NameTypeRequiredRestrictionsDescription
idstring(uuid)falsenonenone
spStartstring(date-time)falsenonenone
spDescriptionstring¦nullfalsenonenone

Screen

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"strainId": "c68d9ccb-3cae-4d38-a081-a863f8e0ff98",
"baseTarget": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"strainId": "c68d9ccb-3cae-4d38-a081-a863f8e0ff98",
"name": "string",
"type": "string",
"targetGenes": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"targetId": "cbca1126-180e-4334-9df8-cf82289d378b",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"accessionNumber": "string",
"gene": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"strainId": "c68d9ccb-3cae-4d38-a081-a863f8e0ff98",
"accessionNumber": "string",
"geneName": "string",
"function": "string",
"product": "string",
"functionalCategory": "string",
"geneExternalIds": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"externalIdRef": "string",
"externalId": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"genePublicData": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"type": "string",
"proteomics": "string",
"mutant": "string",
"comments": "string",
"start": "string",
"end": "string",
"orientation": "string",
"geneLength": "string",
"location": "string",
"geneSequence": "string",
"molecularMass": "string",
"isoelectricPoint": "string",
"proteinLength": "string",
"proteinSequence": "string",
"pfam": "string",
"m/Leprae": "string",
"m/Marinum": "string",
"m/Smegmatis": "string",
"cryo": "string",
"xRay": "string",
"model": "string",
"ligand": "string"
},
"geneEssentiality": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"classification": "string",
"condition": "string",
"strain": "string",
"method": "string",
"reference": "string",
"notes": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"geneProteinProduction": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"production": "string",
"method": "string",
"purity": "string",
"date": "2019-08-24T14:15:22Z",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"geneProteinActivityAssay": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"activity": "string",
"type": "string",
"throughput": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"geneCRISPRiStrain": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"crispRiStrain": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"geneResistanceMutation": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"mutation": "string",
"isolate": "string",
"parentStrain": "string",
"compound": "string",
"shiftInMIC": "string",
"org": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"geneVulnerability": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"rank": "string",
"uVi": "string",
"iVi": "string",
"viRatio": "string",
"vulnerabilityCondition": "string",
"operon": "string",
"confounded": "string",
"shell2015Operon": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"geneHypomorphs": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"knockdownStrain": "string",
"phenotype": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"geneUnpublishedStructures": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"organization": "string",
"method": "string",
"resolution": "string",
"ligands": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
]
},
"strainId": "c68d9ccb-3cae-4d38-a081-a863f8e0ff98"
}
],
"bucket": "string",
"impactScore": 0,
"impactComplete": 0,
"likeScore": 0,
"likeComplete": 0,
"screeningScore": 0,
"screeningComplete": 0,
"structureScore": 0,
"structureComplete": 0,
"vulnerabilityRatio": 0,
"vulnerabilityRank": 0,
"htsFeasibility": 0,
"sbdFeasibility": 0,
"progressibility": 0,
"safety": 0,
"targetScorecard": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"targetID": "cbb7866b-27ff-4bfe-b93a-e06c7aea73b6",
"targetName": "string",
"targetScoreCardValues": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"targetScorecardId": "b77ee3ac-0dd1-477f-8ec3-dc97fdae7d31",
"targetName": "string",
"question": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"identification": "string",
"module": "string",
"subModule": "string",
"questionBody": "string",
"notes": "string",
"toolTip": "string",
"possibleAnswers": [
"string"
]
},
"questionId": "ffa0420e-f70b-4e5b-99a0-434bff860467",
"questionIdentification": "string",
"questionModule": "string",
"questionSubModule": "string",
"answer": "string",
"description": "string",
"answerdBy": "string"
}
],
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
},
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string",
"background": "string",
"enablement": "string",
"strategy": "string",
"challenges": "string"
},
"targetId": "cbca1126-180e-4334-9df8-cf82289d378b",
"screenName": "string",
"screenType": "string",
"method": "string",
"targetName": "string",
"geneName": "string",
"status": "string",
"org": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"alias": "string",
"address": "string"
},
"orgId": "25b2c2d5-a7fc-47d0-89e4-8709a1560bfa",
"promotionDate": "2019-08-24T14:15:22Z",
"promoter": "string",
"screenSequences": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"screenId": "0a3dc761-8e38-4c8a-ab93-391c2eb0c3c1",
"targetName": "string",
"method": "string",
"protocol": "string",
"library": "string",
"scientist": "string",
"startDate": "2019-08-24T14:15:22Z",
"endDate": "2019-08-24T14:15:22Z",
"unverifiedHitCount": 0,
"noOfCompoundsScreened": 0,
"concentration": 0,
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"validatedHits": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"screenId": "0a3dc761-8e38-4c8a-ab93-391c2eb0c3c1",
"targetName": "string",
"library": "string",
"source": "string",
"method": "string",
"mic": 0,
"micCondition": "string",
"iC50": 0,
"clusterGroup": 0,
"compoundId": "7bd121cb-f376-4a53-aaa0-99a4ed392648",
"compound": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"strainId": "c68d9ccb-3cae-4d38-a081-a863f8e0ff98",
"externalCompoundIds": "string",
"smile": "string",
"molWeight": "string",
"molArea": "string",
"createdAt": "2019-08-24T14:15:22Z"
},
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string",
"voteId": "fe9ca470-231f-4db6-a89a-539efac0ad92",
"vote": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"elementId": "7d5101f9-b2fe-42c1-88fa-7ad5ef49633e",
"positive": 0,
"neutral": 0,
"negative": 0,
"isVotingAllowed": true,
"lastModified": "2019-08-24T14:15:22Z",
"voters": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"voteId": "fe9ca470-231f-4db6-a89a-539efac0ad92",
"voterEmail": "string",
"votedPositive": true,
"votedNeutral": true,
"votedNegative": true,
"votedOn": "2019-08-24T14:15:22Z",
"comment": "string"
}
],
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
}
],
"notes": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}

Properties

NameTypeRequiredRestrictionsDescription
idstring(uuid)falsenonenone
strainIdstring(uuid)falsenonenone

ScreenSequence

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"screenId": "0a3dc761-8e38-4c8a-ab93-391c2eb0c3c1",
"targetName": "string",
"method": "string",
"protocol": "string",
"library": "string",
"scientist": "string",
"startDate": "2019-08-24T14:15:22Z",
"endDate": "2019-08-24T14:15:22Z",
"unverifiedHitCount": 0,
"noOfCompoundsScreened": 0,
"concentration": 0,
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}

Properties

NameTypeRequiredRestrictionsDescription
idstring(uuid)falsenonenone
screenIdstring(uuid)falsenonenone
targetNamestring¦nullfalsenonenone
methodstring¦nullfalsenonenone
protocolstring¦nullfalsenonenone
librarystring¦nullfalsenonenone
scientiststring¦nullfalsenonenone
startDatestring(date-time)falsenonenone
endDatestring(date-time)¦nullfalsenonenone
unverifiedHitCountinteger(int32)falsenonenone
noOfCompoundsScreenedinteger(int32)falsenonenone
concentrationnumber(float)falsenonenone
createdAtstring(date-time)falsenonenone
createdBystring¦nullfalsenonenone

Sequence

{
"header": {
"items": [
{}
]
},
"data": {
"characters": "string"
}
}

Properties

None

Target

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"strainId": "c68d9ccb-3cae-4d38-a081-a863f8e0ff98",
"name": "string",
"type": "string",
"targetGenes": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"targetId": "cbca1126-180e-4334-9df8-cf82289d378b",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"accessionNumber": "string",
"gene": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"strainId": "c68d9ccb-3cae-4d38-a081-a863f8e0ff98",
"accessionNumber": "string",
"geneName": "string",
"function": "string",
"product": "string",
"functionalCategory": "string",
"geneExternalIds": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"externalIdRef": "string",
"externalId": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"genePublicData": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"type": "string",
"proteomics": "string",
"mutant": "string",
"comments": "string",
"start": "string",
"end": "string",
"orientation": "string",
"geneLength": "string",
"location": "string",
"geneSequence": "string",
"molecularMass": "string",
"isoelectricPoint": "string",
"proteinLength": "string",
"proteinSequence": "string",
"pfam": "string",
"m/Leprae": "string",
"m/Marinum": "string",
"m/Smegmatis": "string",
"cryo": "string",
"xRay": "string",
"model": "string",
"ligand": "string"
},
"geneEssentiality": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"classification": "string",
"condition": "string",
"strain": "string",
"method": "string",
"reference": "string",
"notes": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"geneProteinProduction": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"production": "string",
"method": "string",
"purity": "string",
"date": "2019-08-24T14:15:22Z",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"geneProteinActivityAssay": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"activity": "string",
"type": "string",
"throughput": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"geneCRISPRiStrain": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"crispRiStrain": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"geneResistanceMutation": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"mutation": "string",
"isolate": "string",
"parentStrain": "string",
"compound": "string",
"shiftInMIC": "string",
"org": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"geneVulnerability": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"rank": "string",
"uVi": "string",
"iVi": "string",
"viRatio": "string",
"vulnerabilityCondition": "string",
"operon": "string",
"confounded": "string",
"shell2015Operon": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"geneHypomorphs": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"knockdownStrain": "string",
"phenotype": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"geneUnpublishedStructures": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"organization": "string",
"method": "string",
"resolution": "string",
"ligands": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
]
},
"strainId": "c68d9ccb-3cae-4d38-a081-a863f8e0ff98"
}
],
"bucket": "string",
"impactScore": 0,
"impactComplete": 0,
"likeScore": 0,
"likeComplete": 0,
"screeningScore": 0,
"screeningComplete": 0,
"structureScore": 0,
"structureComplete": 0,
"vulnerabilityRatio": 0,
"vulnerabilityRank": 0,
"htsFeasibility": 0,
"sbdFeasibility": 0,
"progressibility": 0,
"safety": 0,
"targetScorecard": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"targetID": "cbb7866b-27ff-4bfe-b93a-e06c7aea73b6",
"targetName": "string",
"targetScoreCardValues": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"targetScorecardId": "b77ee3ac-0dd1-477f-8ec3-dc97fdae7d31",
"targetName": "string",
"question": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"identification": "string",
"module": "string",
"subModule": "string",
"questionBody": "string",
"notes": "string",
"toolTip": "string",
"possibleAnswers": [
"string"
]
},
"questionId": "ffa0420e-f70b-4e5b-99a0-434bff860467",
"questionIdentification": "string",
"questionModule": "string",
"questionSubModule": "string",
"answer": "string",
"description": "string",
"answerdBy": "string"
}
],
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
},
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string",
"background": "string",
"enablement": "string",
"strategy": "string",
"challenges": "string"
}

Properties

NameTypeRequiredRestrictionsDescription
idstring(uuid)falsenonenone
strainIdstring(uuid)falsenonenone
namestring¦nullfalsenonenone
typestring¦nullfalsenonenone
targetGenes[TargetGene]¦nullfalsenonenone

TargetGene

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"targetId": "cbca1126-180e-4334-9df8-cf82289d378b",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"accessionNumber": "string",
"gene": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"strainId": "c68d9ccb-3cae-4d38-a081-a863f8e0ff98",
"accessionNumber": "string",
"geneName": "string",
"function": "string",
"product": "string",
"functionalCategory": "string",
"geneExternalIds": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"externalIdRef": "string",
"externalId": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"genePublicData": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"type": "string",
"proteomics": "string",
"mutant": "string",
"comments": "string",
"start": "string",
"end": "string",
"orientation": "string",
"geneLength": "string",
"location": "string",
"geneSequence": "string",
"molecularMass": "string",
"isoelectricPoint": "string",
"proteinLength": "string",
"proteinSequence": "string",
"pfam": "string",
"m/Leprae": "string",
"m/Marinum": "string",
"m/Smegmatis": "string",
"cryo": "string",
"xRay": "string",
"model": "string",
"ligand": "string"
},
"geneEssentiality": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"classification": "string",
"condition": "string",
"strain": "string",
"method": "string",
"reference": "string",
"notes": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"geneProteinProduction": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"production": "string",
"method": "string",
"purity": "string",
"date": "2019-08-24T14:15:22Z",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"geneProteinActivityAssay": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"activity": "string",
"type": "string",
"throughput": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"geneCRISPRiStrain": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"crispRiStrain": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"geneResistanceMutation": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"mutation": "string",
"isolate": "string",
"parentStrain": "string",
"compound": "string",
"shiftInMIC": "string",
"org": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"geneVulnerability": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"rank": "string",
"uVi": "string",
"iVi": "string",
"viRatio": "string",
"vulnerabilityCondition": "string",
"operon": "string",
"confounded": "string",
"shell2015Operon": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"geneHypomorphs": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"knockdownStrain": "string",
"phenotype": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
],
"geneUnpublishedStructures": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9",
"geneAccessionNumber": "string",
"organization": "string",
"method": "string",
"resolution": "string",
"ligands": "string",
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}
]
},
"strainId": "c68d9ccb-3cae-4d38-a081-a863f8e0ff98"
}

Properties

NameTypeRequiredRestrictionsDescription
idstring(uuid)falsenonenone
targetIdstring(uuid)falsenonenone
geneIdstring(uuid)falsenonenone
accessionNumberstring¦nullfalsenonenone

TargetImportDTO

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"genePromtionRequestGenes": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"genePromotionRequestId": "ef12751d-8cf1-4196-aef2-f96d96d25b46",
"geneId": "856784b5-c022-4da7-b7db-8943699c39a9"
}
],
"targetName": "string",
"targetType": "string",
"genePromotionRequestStatus": "string",
"genePromotionRequestValues": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"genePromotionRequestId": "ef12751d-8cf1-4196-aef2-f96d96d25b46",
"question": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"identification": "string",
"module": "string",
"subModule": "string",
"questionBody": "string",
"notes": "string",
"toolTip": "string",
"possibleAnswers": [
"string"
]
},
"questionId": "ffa0420e-f70b-4e5b-99a0-434bff860467",
"answer": "string",
"description": "string",
"answerdBy": "string"
}
],
"bucket": "string",
"simpleProteinAccessionNumber": "string",
"impactScore": 0,
"impactComplete": 0,
"likeScore": 0,
"likeComplete": 0,
"screeningScore": 0,
"screeningComplete": 0,
"structureScore": 0,
"structureComplete": 0,
"vulnerabilityRatio": 0,
"vulnerabilityRank": 0,
"htsFeasibility": 0,
"sbdFeasibility": 0,
"progressibility": 0,
"safety": 0
}

Properties

NameTypeRequiredRestrictionsDescription
idstring(uuid)falsenonenone
genePromtionRequestGenes[GenePromtionRequestGene]¦nullfalsenonenone

TargetScoreCardValue

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"targetScorecardId": "b77ee3ac-0dd1-477f-8ec3-dc97fdae7d31",
"targetName": "string",
"question": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"identification": "string",
"module": "string",
"subModule": "string",
"questionBody": "string",
"notes": "string",
"toolTip": "string",
"possibleAnswers": [
"string"
]
},
"questionId": "ffa0420e-f70b-4e5b-99a0-434bff860467",
"questionIdentification": "string",
"questionModule": "string",
"questionSubModule": "string",
"answer": "string",
"description": "string",
"answerdBy": "string"
}

Properties

NameTypeRequiredRestrictionsDescription
idstring(uuid)falsenonenone
targetScorecardIdstring(uuid)falsenonenone
targetNamestring¦nullfalsenonenone

TargetScorecard

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"targetID": "cbb7866b-27ff-4bfe-b93a-e06c7aea73b6",
"targetName": "string",
"targetScoreCardValues": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"targetScorecardId": "b77ee3ac-0dd1-477f-8ec3-dc97fdae7d31",
"targetName": "string",
"question": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"identification": "string",
"module": "string",
"subModule": "string",
"questionBody": "string",
"notes": "string",
"toolTip": "string",
"possibleAnswers": [
"string"
]
},
"questionId": "ffa0420e-f70b-4e5b-99a0-434bff860467",
"questionIdentification": "string",
"questionModule": "string",
"questionSubModule": "string",
"answer": "string",
"description": "string",
"answerdBy": "string"
}
],
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}

Properties

NameTypeRequiredRestrictionsDescription
idstring(uuid)falsenonenone
targetIDstring(uuid)falsenonenone
targetNamestring¦nullfalsenonenone
targetScoreCardValues[TargetScoreCardValue]¦nullfalsenonenone

TargetSummaryDTO

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"background": "string",
"enablement": "string",
"strategy": "string",
"challenges": "string"
}

Properties

NameTypeRequiredRestrictionsDescription
idstring(uuid)falsenonenone
backgroundstring¦nullfalsenonenone
enablementstring¦nullfalsenonenone
strategystring¦nullfalsenonenone
challengesstring¦nullfalsenonenone

UnlinkedProjectCreateDTO

{
"projectName": "string",
"representationStructure": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"strainId": "c68d9ccb-3cae-4d38-a081-a863f8e0ff98",
"externalCompoundIds": "string",
"smile": "string",
"molWeight": "string",
"molArea": "string",
"createdAt": "2019-08-24T14:15:22Z"
},
"representationStructureSMILE": "string",
"representationStructureExternalCompoundIds": "string",
"primaryOrg": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"alias": "string",
"address": "string"
},
"supportingOrgs": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"alias": "string",
"address": "string"
}
],
"fhaStart": "2019-08-24T14:15:22Z",
"fhaDescription": "string",
"molWeight": "string",
"molArea": "string",
"mic": 0,
"iC50": 0
}

Properties

NameTypeRequiredRestrictionsDescription
projectNamestring¦nullfalsenonenone

UserDto

{
"id": "string",
"displayName": "string",
"email": "string",
"roles": [
"string"
],
"bio": "string",
"org": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"alias": "string",
"address": "string"
},
"lock": true,
"archived": "2019-08-24T14:15:22Z"
}

Properties

NameTypeRequiredRestrictionsDescription
idstring¦nullfalsenonenone
displayNamestring¦nullfalsenonenone
emailstringtruenonenone
roles[string]¦nullfalsenonenone
biostring¦nullfalsenonenone

Vote

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"elementId": "7d5101f9-b2fe-42c1-88fa-7ad5ef49633e",
"positive": 0,
"neutral": 0,
"negative": 0,
"isVotingAllowed": true,
"lastModified": "2019-08-24T14:15:22Z",
"voters": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"voteId": "fe9ca470-231f-4db6-a89a-539efac0ad92",
"voterEmail": "string",
"votedPositive": true,
"votedNeutral": true,
"votedNegative": true,
"votedOn": "2019-08-24T14:15:22Z",
"comment": "string"
}
],
"createdAt": "2019-08-24T14:15:22Z",
"createdBy": "string"
}

Properties

NameTypeRequiredRestrictionsDescription
idstring(uuid)falsenonenone
elementIdstring(uuid)falsenonenone
positiveinteger(int32)falsenonenone
neutralinteger(int32)falsenonenone
negativeinteger(int32)falsenonenone
isVotingAllowedbooleanfalsenonenone
lastModifiedstring(date-time)falsenonenone
voters[Voter]¦nullfalsenonenone

Voter

{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"voteId": "fe9ca470-231f-4db6-a89a-539efac0ad92",
"voterEmail": "string",
"votedPositive": true,
"votedNeutral": true,
"votedNegative": true,
"votedOn": "2019-08-24T14:15:22Z",
"comment": "string"
}

Properties

NameTypeRequiredRestrictionsDescription
idstring(uuid)falsenonenone
voteIdstring(uuid)falsenonenone
voterEmailstring¦nullfalsenonenone
votedPositivebooleanfalsenonenone
votedNeutralbooleanfalsenonenone
votedNegativebooleanfalsenonenone
votedOnstring(date-time)falsenonenone
commentstring¦nullfalsenonenone